STK AgAsHpopPluginSend comments on this topic.
IncidentDirectionVecPosPartials_Array Method (IAgAsDragModelResultEval)
See Also
Frame
Windows





Windows & Linux

Description

The partial derivatives in meters^-1 of the incident direction wrt inertial position coordinates, expressed in components of the requested frame, returned as an array representing the rows of the matrix. Useful for scripting clients.

Syntax

[Visual Basic .NET]
Public Function IncidentDirectionVecPosPartials_Array( _
    ByVal Frame As AgEUtFrame _
) As System.Array
[C#]
public System.Array IncidentDirectionVecPosPartials_Array(
    AgEUtFrame Frame
);
[Managed C++]
public: System::Array IncidentDirectionVecPosPartials_Array(
    AgEUtFrame Frame
);
[Unmanaged C++]
public: HRESULT IncidentDirectionVecPosPartials_Array(
    AgEUtFrame Frame,
    SAFEARRAY * * pArray
);
[Java]
public AgSafeArray incidentDirectionVecPosPartials_Array(
    AgEUtFrame Frame
);

Parameters

Frame

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.