STK AgCrdnPluginSend comments on this topic.
ConfigureAxesWithRate Method (IAgCrdnPluginProvider)
See Also
AxesName
The name of an axes in the Vector Geometry Tool.
SourceName
The instance identifier that owns the AxesName.
RefAxesName
The name of an axes in the Vector Geometry Tool.
RefAxesSourceName
The instance identifier that owns the RefAxesName.
Windows





Windows & Linux

Description

Creates an IAgCrdnConfiguredAxesWithRate object from the given inputs.

Syntax

[Visual Basic .NET]
Public Function ConfigureAxesWithRate( _
    ByVal AxesName As String, _
    ByVal SourceName As String, _
    ByVal RefAxesName As String, _
    ByVal RefAxesSourceName As String _
) As IAgCrdnConfiguredAxesWithRate
[C#]
public IAgCrdnConfiguredAxesWithRate ConfigureAxesWithRate(
    string AxesName,
    string SourceName,
    string RefAxesName,
    string RefAxesSourceName
);
[Managed C++]
public: IAgCrdnConfiguredAxesWithRate^ ConfigureAxesWithRate(
    String __gc ^ AxesName,
    String __gc ^ SourceName,
    String __gc ^ RefAxesName,
    String __gc ^ RefAxesSourceName
);
[Unmanaged C++]
public: HRESULT ConfigureAxesWithRate(
    BSTR AxesName,
    BSTR SourceName,
    BSTR RefAxesName,
    BSTR RefAxesSourceName,
    IAgCrdnConfiguredAxesWithRate ** ppAxes
);
[Java]
public IAgCrdnConfiguredAxesWithRate configureAxesWithRate(
    String AxesName,
    String SourceName,
    String RefAxesName,
    String RefAxesSourceName
);

Parameters

AxesName
The name of an axes in the Vector Geometry Tool.
SourceName
The instance identifier that owns the AxesName.
RefAxesName
The name of an axes in the Vector Geometry Tool.
RefAxesSourceName
The instance identifier that owns the RefAxesName.

Return Type

An interface to an Axes from the Vector Geometry Tool.

Remarks

The computational methods of the returned interface compute the quaternion and angular velocity relating the rotation between AxesName and RefAxesName, as observed when rotating with the reference axes.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.