STK AgAsHpopPluginSend comments on this topic.
IsForceModelOn Method (IAgAsHpopPluginResultPostEval)
See Also
Type
Force model type (i.e., a constituent of the force model).
Windows





Windows & Linux

Description

Indicates whether a particular force model contributor is being considered.

Syntax

[Visual Basic .NET]
Public Function IsForceModelOn( _
    ByVal Type As AgEForceModelType _
) As Boolean
[C#]
public bool IsForceModelOn(
    AgEForceModelType Type
);
[Managed C++]
public: bool IsForceModelOn(
    AgEForceModelType Type
);
[Unmanaged C++]
public: HRESULT IsForceModelOn(
    AgEForceModelType Type,
    VARIANT_BOOL * pResult
);
[Java]
public bool isForceModelOn(
    AgEForceModelType Type
);

Parameters

Type
Force model type (i.e., a constituent of the force model).

Return Type

Returns true if the indicated force model contributor is being computed as part of the total acceleration.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.