Creates an IAgCrdnConfiguredAxes object from the given inputs.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgCrdnConfiguredAxes ConfigureAxes( string AxesName, string SourceName, string RefAxesName, string RefAxesSourceName ); |
| [Managed C++] |
|---|
public: IAgCrdnConfiguredAxes^ ConfigureAxes( String __gc ^ AxesName, String __gc ^ SourceName, String __gc ^ RefAxesName, String __gc ^ RefAxesSourceName ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgCrdnConfiguredAxes configureAxes( String AxesName, String SourceName, String RefAxesName, String RefAxesSourceName ); |
[Python - STK API ] |
|---|
def ConfigureAxes(self, AxesName:str, SourceName:str, RefAxesName:str, RefAxesSourceName:str) -> "IAgCrdnConfiguredAxes": |
- 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.
An interface to an Axes from the Vector Geometry Tool.
The computational methods of the returned interface compute the quaternion relating the rotation between AxesName and RefAxesName.






