Click or drag to resize

NPlateSolarRadiationForce Constructor (NPlateModel, Axes, Point)

Initializes a ForceModel describing the solar radiation pressure force on an object.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public NPlateSolarRadiationForce(
	NPlateModel nPlateModel,
	Axes bodyAxes,
	Point targetPoint
)

Parameters

nPlateModel
Type: AGI.Foundation.CelestialNPlateModel
A collection that models the spacecraft's body as individual plates with oriented surface areas, specular reflectivity coefficients, and diffuse reflectivity coefficients.
bodyAxes
Type: AGI.Foundation.GeometryAxes
The axes defining the orientation of the spacecraft body.
targetPoint
Type: AGI.Foundation.GeometryPoint
The target point used to define the geometry required for the ScalarOccultation, including the SunCentralBody as the illuminating body and the EarthCentralBody and MoonCentralBody as occluding bodies.
See Also