DragBodyPlate Constructor (String, String, Double, UnitCartesian, Double, Axes) | 
 
            Initializes a new instance.
            
 
    Namespace: 
   AGI.Foundation.Celestial
    Assembly:
   AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic DragBodyPlate(
	string plateName,
	string groupName,
	double referenceArea,
	UnitCartesian unitNormalCartesian,
	double dragCoefficient,
	Axes pointingAxes
)
Public Sub New ( 
	plateName As String,
	groupName As String,
	referenceArea As Double,
	unitNormalCartesian As UnitCartesian,
	dragCoefficient As Double,
	pointingAxes As Axes
)
public:
DragBodyPlate(
	String^ plateName, 
	String^ groupName, 
	double referenceArea, 
	UnitCartesian unitNormalCartesian, 
	double dragCoefficient, 
	Axes^ pointingAxes
)
new : 
        plateName : string * 
        groupName : string * 
        referenceArea : float * 
        unitNormalCartesian : UnitCartesian * 
        dragCoefficient : float * 
        pointingAxes : Axes -> DragBodyPlateParameters
- plateName
 - Type: SystemString
The name of the individual plate. - groupName
 - Type: SystemString
The name of the group of plates that contains this plate. (E.g. Body or SolarPanels.) - referenceArea
 - Type: SystemDouble
The surface area of this plate in meters squared. - unitNormalCartesian
 - Type: AGI.Foundation.CoordinatesUnitCartesian
A parameter that specifies the direction of this plate in
            body-fixed or pointing axis-fixed coordinates. - dragCoefficient
 - Type: SystemDouble
The dimensionless drag coefficient of this plate. - pointingAxes
 - Type: AGI.Foundation.GeometryAxes
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 ). 
See Also