STK AgAccessConstraintPluginSend comments on this topic.
Velocity_Array Method (IAgAccessConstraintPluginObjectData)
See Also
Frame
Requested frame to express the results.
Windows





Windows & Linux

Description

The object velocity in the requested frame, returned as an array representing vx, vy, vz. Only eUtFrameInertial and eUtFrameFixed are supported. Useful for scripting clients.

Syntax

[Visual Basic .NET]
Public Function Velocity_Array( _
    ByVal Frame As AgEUtFrame _
) As System.Array
[C#]
public System.Array Velocity_Array(
    AgEUtFrame Frame
);
[Managed C++]
public: System::Array Velocity_Array(
    AgEUtFrame Frame
);
[Unmanaged C++]
public: HRESULT Velocity_Array(
    AgEUtFrame Frame,
    SAFEARRAY * * pArray
);
[Java]
public AgSafeArray velocity_Array(
    AgEUtFrame Frame
);

Parameters

Frame
Requested frame to express the results.

Return Type

An array containing the velocity components in the requested frame, as observed rotating with the frame.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.