Click or drag to resize

DragTwoDofSolarPanelPlate Constructor (String, String, Double, Double)

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)
Syntax
public DragTwoDofSolarPanelPlate(
	string plateName,
	string groupName,
	double referenceArea,
	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.
dragCoefficient
Type: System.Double
The dimensionless drag coefficient of this plate.
See Also