Description
Product of Inertia between the X and Z body axes. Uses MomentOfInertia Dimension.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property Ixz() As Double
|
[C#] |
---|
public double Ixz {get; set;}
|
[Managed C++] |
---|
public: __property double get_Ixz(); public: __property void set_Ixz(
double
);
|
[Unmanaged C++] |
---|
public: HRESULT get_Ixz(
double * pVal
);
public: HRESULT put_Ixz(
double Ixz
);
|
[Java] |
---|
public double getIxz();
public void setIxz(
double
);
|
[Python - STK API] |
---|
@property
def Ixz(self) -> float:
@Ixz.setter
def Ixz(self, Ixz:float) -> None:
|
See Also