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.2.419.0 (24.2.419.0)
Syntax public NPlateSolarRadiationForce(
NPlateModel nPlateModel,
Axes bodyAxes,
Point targetPoint
)
Public Sub New (
nPlateModel As NPlateModel,
bodyAxes As Axes,
targetPoint As Point
)
public:
NPlateSolarRadiationForce(
NPlateModel^ nPlateModel,
Axes^ bodyAxes,
Point^ targetPoint
)
new :
nPlateModel : NPlateModel *
bodyAxes : Axes *
targetPoint : Point -> NPlateSolarRadiationForce
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