NPlateAtmosphericDragForceNPlateModel Property |
Gets or sets a collection that models the spacecraft's body as a collection of individual plates with oriented surface areas and drag coefficients.
All plates in this collection must be
DragPlates.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public NPlateModel NPlateModel { get; set; }
Public Property NPlateModel As NPlateModel
Get
Set
public:
property NPlateModel^ NPlateModel {
NPlateModel^ get ();
void set (NPlateModel^ value);
}
member NPlateModel : NPlateModel with get, set
Property Value
Type:
NPlateModelSee Also