STK AgAsHpopPluginSend comments on this topic.
AddAcceleration Method (IAgAsHpopPluginResultPostEval)
See Also
Frame
The frame of the acceleration's components.
X
X component of acceleration.
Y
Y component of acceleration.
Z
Z component of acceleration.
Windows





Windows & Linux

Description

Add the acceleration in meters/second^2 in the given frame to the force model.

Syntax

[Visual Basic .NET]
Public Sub AddAcceleration( _
    ByVal Frame As AgEUtFrame, _
    ByVal X As Double, _
    ByVal Y As Double, _
    ByVal Z As Double _
)
[C#]
public void AddAcceleration(
    AgEUtFrame Frame,
    double X,
    double Y,
    double Z
);
[Managed C++]
public: void AddAcceleration(
    AgEUtFrame Frame,
    double X,
    double Y,
    double Z
);
[Unmanaged C++]
public: HRESULT AddAcceleration(
    AgEUtFrame Frame,
    double X,
    double Y,
    double Z
);
[Java]
public void addAcceleration(
    AgEUtFrame Frame,
    double X,
    double Y,
    double Z
);

Parameters

Frame
The frame of the acceleration's components.
X
X component of acceleration.
Y
Y component of acceleration.
Z
Z component of acceleration.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.