AGI STK Objects 11Send 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 * pRetVal
);
public: HRESULT put_NutationAngle(
   double NewNutationAngle
);
[Java]
public double getNutationAngle();public void setNutationAngle(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.