Click or drag to resize

IndividualPlateModel Constructor (String, String, Double)

Initializes a new instance.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
protected IndividualPlateModel(
	string plateName,
	string groupName,
	double referenceArea
)

Parameters

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.
See Also