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





Windows & Linux

Description

The angular velocity of the body frame of the object wrt the requested frame, returned as an array representing wx, wy, wz. Only eUtFrameInertial and eUtFrameFixed are supported.

Syntax

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

Parameters

Frame
Requested frame to express the results.

Return Type

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

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.