VectorGeometryToolAxesGroup#
- class ansys.stk.core.analysis_workbench.VectorGeometryToolAxesGroup#
Access or create VGT axes associated with an object or a central body.
Overview#
Remove a specified Axes. |
|
Search for a an element with a given name. Returns false if the specified element does not exist. |
|
Return an axes by name or at a specified position. |
|
Retrieve an axes from the collection by index. |
|
Retrieve an axes from the collection by name. |
Return a context object. The context can be used to find out which central body or STK object this instance is associated with. |
|
Return a number of elements in the collection. |
|
Return a Factory object used to create custom axes. |
|
Return a COM enumerator. |
|
Provide access to common tasks that allow users quickly carry out tasks such as creating known axes, etc. |
Import detail#
from ansys.stk.core.analysis_workbench import VectorGeometryToolAxesGroup
Property detail#
- property VectorGeometryToolAxesGroup.context: IAnalysisWorkbenchComponentContext#
Return a context object. The context can be used to find out which central body or STK object this instance is associated with.
- property VectorGeometryToolAxesGroup.factory: VectorGeometryToolAxesFactory#
Return a Factory object used to create custom axes.
- property VectorGeometryToolAxesGroup._new_enum: EnumeratorProxy#
Return a COM enumerator.
- property VectorGeometryToolAxesGroup.common_tasks: VectorGeometryToolAxesCommonTasks#
Provide access to common tasks that allow users quickly carry out tasks such as creating known axes, etc.
Method detail#
- VectorGeometryToolAxesGroup.contains(self, name: str) bool #
Search for a an element with a given name. Returns false if the specified element does not exist.
- VectorGeometryToolAxesGroup.item(self, index_or_name: Any) IVectorGeometryToolAxes #
Return an axes by name or at a specified position.
- Parameters:
index_or_name :
Any
- Returns:
IVectorGeometryToolAxes
- VectorGeometryToolAxesGroup.get_item_by_index(self, index: int) IVectorGeometryToolAxes #
Retrieve an axes from the collection by index.
- Parameters:
index :
int
- Returns:
IVectorGeometryToolAxes
- VectorGeometryToolAxesGroup.get_item_by_name(self, name: str) IVectorGeometryToolAxes #
Retrieve an axes from the collection by name.
- Parameters:
name :
str
- Returns:
IVectorGeometryToolAxes