Description
Moment of Inertia about the Y body axis. Uses MomentOfInertia Dimension.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property Iyy() As Double
|
[C#] |
---|
public double Iyy {get; set;}
|
[Managed C++] |
---|
public: __property double get_Iyy(); public: __property void set_Iyy(
double
);
|
[Unmanaged C++] |
---|
public: HRESULT get_Iyy(
double * pVal
);
public: HRESULT put_Iyy(
double Iyy
);
|
[Java] |
---|
public double getIyy();
public void setIyy(
double
);
|
[Python - STK API] |
---|
@property
def Iyy(self) -> float:
@Iyy.setter
def Iyy(self, Iyy:float) -> None:
|
See Also