NPlateSolarRadiationForce Constructor (NPlateModel, Axes, ScalarOccultation) |
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,
ScalarOccultation occultationFactor
)
Public Sub New (
nPlateModel As NPlateModel,
bodyAxes As Axes,
occultationFactor As ScalarOccultation
)
public:
NPlateSolarRadiationForce(
NPlateModel^ nPlateModel,
Axes^ bodyAxes,
ScalarOccultation^ occultationFactor
)
new :
nPlateModel : NPlateModel *
bodyAxes : Axes *
occultationFactor : ScalarOccultation -> 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. - occultationFactor
- Type: AGI.Foundation.CelestialScalarOccultation
The ScalarOccultation that models the occultation of the sun.
See Also