DragBodyPlate.PointingAxes Property |
Gets or sets the axes that are used to define the pointing of this plate.
(These override the body-axes when determining the unit normal direction if
they are not null).
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Axes PointingAxes { get; set; }
Public Property PointingAxes As Axes
Get
Set
public:
property Axes^ PointingAxes {
Axes^ get ();
void set (Axes^ value);
}
member PointingAxes : Axes with get, set
Property Value
Type:
Axes
See Also