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





Windows & Linux

Description

Moment of Inertia about the Z body axis. Uses MomentOfInertia Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Izz() As Double
[C#]
public double Izz {get; set;}
[Managed C++]
public: __property double get_Izz();
public: __property void set_Izz( double );
[Unmanaged C++]
public: HRESULT get_Izz(
    double * pVal
);
public: HRESULT put_Izz(
    double Izz
);
[Java]
public double getIzz();
public void setIzz(
    double
);
[Python - STK API ]
@property
def Izz(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.