STK ObjectsSend comments on this topic.
NutationAngle Property (IAgVeProfilePrecessingSpin)
See Also
Windows





Windows & Linux

Description

Nutation angle by which the spin axis is offset from the angular momentum direction defined in the inertial frame. Uses Angle Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property NutationAngle() As Double
[C#]
public double NutationAngle {get; set;}
[Managed C++]
public: __property double get_NutationAngle();
public: __property void set_NutationAngle( double );
[Unmanaged C++]
public: HRESULT get_NutationAngle(
    double * pVal
);
public: HRESULT put_NutationAngle(
    double NutationAngle
);
[Java]
public double getNutationAngle();
public void setNutationAngle(
    double
);
[Python - STK API ]
@property
def NutationAngle(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.