STK AgAsHpopPluginSend comments on this topic.
FrameFixedVectorPosPartials_Array Method (IAgAsDragModelResultEval)
See Also
Frame
X
Y
Z
Windows





Windows & Linux

Description

The partial derivatives of the given frame-fixed vector wrt inertial position coordinates, returned as an array representing the rows of the matrix. Useful for scripting clients. Uses internal units.

Syntax

[Visual Basic .NET]
Public Function FrameFixedVectorPosPartials_Array( _
    ByVal Frame As AgEUtFrame, _
    ByVal X As Double, _
    ByVal Y As Double, _
    ByVal Z As Double _
) As System.Array
[C#]
public System.Array FrameFixedVectorPosPartials_Array(
    AgEUtFrame Frame,
    double X,
    double Y,
    double Z
);
[Managed C++]
public: System::Array FrameFixedVectorPosPartials_Array(
    AgEUtFrame Frame,
    double X,
    double Y,
    double Z
);
[Unmanaged C++]
public: HRESULT FrameFixedVectorPosPartials_Array(
    AgEUtFrame Frame,
    double X,
    double Y,
    double Z,
    SAFEARRAY * * pArray
);
[Java]
public AgSafeArray frameFixedVectorPosPartials_Array(
    AgEUtFrame Frame,
    double X,
    double Y,
    double Z
);

Parameters

Frame
X
Y
Z

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.