AGI AgAsHpopPlugin 11 Send comments on this topic.
TransformVectorToBody_Array Method (IAgAsDragModelResult)
See Also 
FrameFrom
XFrom
YFrom
ZFrom





Description

Transforms a vector from the input frame to the body frame returned as an array representing x, y, z. Useful for scripting clients.

Syntax

[Visual Basic .NET]
Public Function TransformVectorToBody_Array( _
   ByVal FrameFrom As AgEUtFrame, _
   ByVal XFrom As Double, _
   ByVal YFrom As Double, _
   ByVal ZFrom As Double _
) As System.Array

[C#]
public System.Array TransformVectorToBody_Array(
AgEUtFrame FrameFrom,
double XFrom,
double YFrom,
double ZFrom
);

[Managed C++]
public: System::Array TransformVectorToBody_Array(
AgEUtFrame FrameFrom,
double XFrom,
double YFrom,
double ZFrom
);

[Java]
public VariantArray transformVectorToBody_Array(
AgEUtFrame FrameFrom,
double XFrom,
double YFrom,
double ZFrom
);

[Unmanaged C++]
public: HRESULT TransformVectorToBody_Array(
AgEUtFrame FrameFrom,
double XFrom,
double YFrom,
double ZFrom,
SAFEARRAY ** Array
);

Parameters

FrameFrom
Member Value Description
eUtFrameInertial 0  
eUtFrameFixed 1  
eUtFrameLVLH 2  
eUtFrameNTC 3  
eUtFrameICRF 4  
eUtFrameJ2000 5  
XFrom
YFrom
ZFrom

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1