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





Windows & Linux

Description

The partial derivatives of the given body-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 BodyFixedVectorPosPartials_Array( _
    ByVal X As Double, _
    ByVal Y As Double, _
    ByVal Z As Double _
) As System.Array
[C#]
public System.Array BodyFixedVectorPosPartials_Array(
    double X,
    double Y,
    double Z
);
[Managed C++]
public: System::Array BodyFixedVectorPosPartials_Array(
    double X,
    double Y,
    double Z
);
[Unmanaged C++]
public: HRESULT BodyFixedVectorPosPartials_Array(
    double X,
    double Y,
    double Z,
    SAFEARRAY * * pArray
);
[Java]
public AgSafeArray bodyFixedVectorPosPartials_Array(
    double X,
    double Y,
    double Z
);

Parameters

X
Y
Z

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.