STK AstrogatorSend comments on this topic.
RadiationPressureArea Property (IAgVAState)
See Also
Windows





Windows & Linux

Description

Gets or sets the cross-sectional area of the spacecraft assumed perpendicular to the direction of central body radiation, used for central body radiation (albedo / thermal pressure) calculations. Uses Small Area Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RadiationPressureArea() As Double
[C#]
public double RadiationPressureArea {get; set;}
[Managed C++]
public: __property double get_RadiationPressureArea();
public: __property void set_RadiationPressureArea( double );
[Unmanaged C++]
public: HRESULT get_RadiationPressureArea(
    double * pRadiationPressureArea
);
public: HRESULT put_RadiationPressureArea(
    double RadPressureArea
);
[Java]
public double getRadiationPressureArea();
public void setRadiationPressureArea(
    double
);
[Python - STK API ]
@property
def RadiationPressureArea(self) -> float:

@RadiationPressureArea.setter
def RadiationPressureArea(self, RadPressureArea:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.