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