AGI AgAccessConstraintPlugin 11 Send comments on this topic.
Velocity Method (IAgAccessConstraintPluginObjectData)
See Also 
Frame
Requested frame to express the results
Vx
The X-component of velocity in the requested frame, as observed rotating with that frame
Vy
The Y-component of velocity in the requested frame, as observed rotating with that frame
Vz
The Z-component of velocity in the requested frame, as observed rotating with that frame





Description

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

Syntax

[Visual Basic .NET]
Public Sub Velocity( _
   ByVal Frame As AgEUtFrame, _
   ByRef Vx As Double, _
   ByRef Vy As Double, _
   ByRef Vz As Double _
) 

[C#]
public void Velocity(
AgEUtFrame Frame,
ref double Vx,
ref double Vy,
ref double Vz
);

[Managed C++]
public: void Velocity(
AgEUtFrame Frame,
double ^ Vx,
double ^ Vy,
double ^ Vz
);

[Java]
public  velocity(
AgEUtFrame Frame,
double Vx,
double Vy,
double Vz
);

[Unmanaged C++]
public: HRESULT Velocity(
AgEUtFrame Frame,
double * Vx,
double * Vy,
double * Vz
);

Parameters

Frame
Member Value Description
eUtFrameInertial 0  
eUtFrameFixed 1  
eUtFrameLVLH 2  
eUtFrameNTC 3  
eUtFrameICRF 4  
eUtFrameJ2000 5  
Requested frame to express the results
Vx
The X-component of velocity in the requested frame, as observed rotating with that frame
Vy
The Y-component of velocity in the requested frame, as observed rotating with that frame
Vz
The Z-component of velocity in the requested frame, as observed rotating with that frame

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1