DragBodyPlatePointingAxes 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 ).
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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:
AxesSee Also