STK AgAccessConstraintPluginSend comments on this topic.
Acceleration Method (IAgAccessConstraintPluginObjectData)
See Also
Frame
Requested frame to express the results.
Ax
The X-component of acceleration in the requested frame, as observed rotating with that frame.
Ay
The Y-component of acceleration in the requested frame, as observed rotating with that frame.
Az
The Z-component of acceleration in the requested frame, as observed rotating with that frame.
Windows





Windows & Linux

Description

The object acceleration in the requested frame. Only eUtFrameInertial and eUtFrameFixed are supported.

Syntax

[Visual Basic .NET]
Public Sub Acceleration( _
    ByVal Frame As AgEUtFrame, _
    ByRef Ax As Double, _
    ByRef Ay As Double, _
    ByRef Az As Double _
)
[C#]
public void Acceleration(
    AgEUtFrame Frame,
    ref double Ax,
    ref double Ay,
    ref double Az
);
[Managed C++]
public: void Acceleration(
    AgEUtFrame Frame,
    double ^ Ax,
    double ^ Ay,
    double ^ Az
);
[Unmanaged C++]
public: HRESULT Acceleration(
    AgEUtFrame Frame,
    double * Ax,
    double * Ay,
    double * Az
);

Parameters

Frame
Requested frame to express the results.
Ax
The X-component of acceleration in the requested frame, as observed rotating with that frame.
Ay
The Y-component of acceleration in the requested frame, as observed rotating with that frame.
Az
The Z-component of acceleration in the requested frame, as observed rotating with that frame.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.