STK AgAsHpopPluginSend comments on this topic.
PosVel Method (IAgAsDragModelResult)
See Also
Frame
X
Y
Z
Vx
Vy
Vz
Windows





Windows & Linux

Description

Current position (meters) and velocity (meters/second) in the requested frame.

Syntax

[Visual Basic .NET]
Public Sub PosVel( _
    ByVal Frame As AgEUtFrame, _
    ByRef X As Double, _
    ByRef Y As Double, _
    ByRef Z As Double, _
    ByRef Vx As Double, _
    ByRef Vy As Double, _
    ByRef Vz As Double _
)
[C#]
public void PosVel(
    AgEUtFrame Frame,
    ref double X,
    ref double Y,
    ref double Z,
    ref double Vx,
    ref double Vy,
    ref double Vz
);
[Managed C++]
public: void PosVel(
    AgEUtFrame Frame,
    double ^ X,
    double ^ Y,
    double ^ Z,
    double ^ Vx,
    double ^ Vy,
    double ^ Vz
);
[Unmanaged C++]
public: HRESULT PosVel(
    AgEUtFrame Frame,
    double * X,
    double * Y,
    double * Z,
    double * Vx,
    double * Vy,
    double * Vz
);

Parameters

Frame
X
Y
Z
Vx
Vy
Vz

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.