STK ObjectsSend comments on this topic.
Iyz Property (IAgVeInertia)
See Also
Windows





Windows & Linux

Description

Product of Inertia between the Y and Z body axes. Uses MomentOfInertia Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Iyz() As Double
[C#]
public double Iyz {get; set;}
[Managed C++]
public: __property double get_Iyz();
public: __property void set_Iyz( double );
[Unmanaged C++]
public: HRESULT get_Iyz(
    double * pVal
);
public: HRESULT put_Iyz(
    double Iyz
);
[Java]
public double getIyz();
public void setIyz(
    double
);
[Python - STK API ]
@property
def Iyz(self) -> float:

@Iyz.setter
def Iyz(self, Iyz:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.