STK ObjectsSend comments on this topic.
IncludeThermal Property (IAgVeRadiationPressure)
See Also
Windows





Windows & Linux

Description

Opt whether to consider thermal radiation pressure effects (i.e., radiation pressure caused by blackbody heat radiation of the central body).

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IncludeThermal() As Boolean
[C#]
public bool IncludeThermal {get; set;}
[Managed C++]
public: __property bool get_IncludeThermal();
public: __property void set_IncludeThermal( bool );
[Unmanaged C++]
public: HRESULT get_IncludeThermal(
    VARIANT_BOOL * pVal
);
public: HRESULT put_IncludeThermal(
    VARIANT_BOOL UseOceanTides
);
[Java]
public bool getIncludeThermal();
public void setIncludeThermal(
    bool
);
[Python - STK API ]
@property
def IncludeThermal(self) -> bool:

@IncludeThermal.setter
def IncludeThermal(self, UseOceanTides:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.