STK AgAsHpopPluginSend comments on this topic.
TransformVectorFromBody_Array Method (IAgAsLightReflectionResultEval)
See Also
XFrom
YFrom
ZFrom
FrameTo
Windows





Windows & Linux

Description

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

Syntax

[Visual Basic .NET]
Public Function TransformVectorFromBody_Array( _
    ByVal XFrom As Double, _
    ByVal YFrom As Double, _
    ByVal ZFrom As Double, _
    ByVal FrameTo As AgEUtFrame _
) As System.Array
[C#]
public System.Array TransformVectorFromBody_Array(
    double XFrom,
    double YFrom,
    double ZFrom,
    AgEUtFrame FrameTo
);
[Managed C++]
public: System::Array TransformVectorFromBody_Array(
    double XFrom,
    double YFrom,
    double ZFrom,
    AgEUtFrame FrameTo
);
[Unmanaged C++]
public: HRESULT TransformVectorFromBody_Array(
    double XFrom,
    double YFrom,
    double ZFrom,
    AgEUtFrame FrameTo,
    SAFEARRAY * * pArray
);
[Java]
public AgSafeArray transformVectorFromBody_Array(
    double XFrom,
    double YFrom,
    double ZFrom,
    AgEUtFrame FrameTo
);

Parameters

XFrom
YFrom
ZFrom
FrameTo

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.