Indicates whether a particular force model
contributor is being considered.
| [Visual Basic .NET] |
|---|
Public Function IsForceModelOn( _
ByVal Type As AgEForceModelType _
) As Boolean
|
| [C#] |
|---|
public bool IsForceModelOn(
|
| [Managed C++] |
|---|
public: bool IsForceModelOn(
|
| [Java] |
|---|
public bool isForceModelOn(
|
| [Unmanaged C++] |
|---|
public: HRESULT IsForceModelOn(
|
- Type
-
Force model type (i.e., a constituent of the force model)Member Value Description eGravityModel 0 Gravity. eSolidTidesModel 1 Solid tides. eOceanTidesModel 2 Ocean Tides. eDragModel 3 Atmospheric drag. eSRPModel 4 Solar radiation pressure. eThirdBodyModel 5 Third bodies. eGenRelativityModel 6 General relativity effects. eAlbedoModel 7 Albedo (solar radiation reflected from central body). eThermalRadiationPressureModel 8 Thermal radiation pressure from central body. eDensityModel 9 Atmospheric Density.
Returns true if the indicated force model
contributor is being computed as part of the total
acceleration.