Click or drag to resize

DragBodyPlate Constructor (String, String, Double, UnitCartesian, Double)

Initializes a new instance. The PointingAxes are set to null so that the body axes are not overriden by the pointing axes.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public DragBodyPlate(
	string plateName,
	string groupName,
	double referenceArea,
	UnitCartesian unitNormalCartesian,
	double dragCoefficient
)

Parameters

plateName
Type: System.String
The name of the individual plate.
groupName
Type: System.String
The name of the group of plates that contains this plate. (E.g. Body or SolarPanels.)
referenceArea
Type: System.Double
The surface area of this plate in meters squared.
unitNormalCartesian
Type: AGI.Foundation.Coordinates.UnitCartesian
A parameter that specifies the direction of this plate in body-fixed or pointing axis-fixed coordinates.
dragCoefficient
Type: System.Double
The dimensionless drag coefficient of this plate.
See Also