VectorGeometryToolSystemGroup#
- class ansys.stk.core.analysis_workbench.VectorGeometryToolSystemGroup#
Access or create VGT systems associated with an object or a central body.
Overview#
Remove a specified System. |
|
Search for a an element with a given name. Returns false if the specified element does not exist. |
|
Return a System by name or at a specified position. |
|
Retrieve a system from the collection by index. |
|
Retrieve a system 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 VGT systems. |
|
Return a COM enumerator. |
|
Provide access to common tasks that allow users quickly carry out tasks such as creating known systems, etc. |
Import detail#
from ansys.stk.core.analysis_workbench import VectorGeometryToolSystemGroup
Property detail#
- property VectorGeometryToolSystemGroup.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 VectorGeometryToolSystemGroup.factory: VectorGeometryToolSystemFactory#
Return a Factory object used to create custom VGT systems.
- property VectorGeometryToolSystemGroup._new_enum: EnumeratorProxy#
Return a COM enumerator.
- property VectorGeometryToolSystemGroup.common_tasks: VectorGeometryToolSystemCommonTasks#
Provide access to common tasks that allow users quickly carry out tasks such as creating known systems, etc.
Method detail#
- VectorGeometryToolSystemGroup.contains(self, name: str) bool #
Search for a an element with a given name. Returns false if the specified element does not exist.
- VectorGeometryToolSystemGroup.item(self, index_or_name: Any) IVectorGeometryToolSystem #
Return a System by name or at a specified position.
- Parameters:
index_or_name :
Any
- Returns:
IVectorGeometryToolSystem
- VectorGeometryToolSystemGroup.get_item_by_index(self, index: int) IVectorGeometryToolSystem #
Retrieve a system from the collection by index.
- Parameters:
index :
int
- Returns:
IVectorGeometryToolSystem
- VectorGeometryToolSystemGroup.get_item_by_name(self, name: str) IVectorGeometryToolSystem #
Retrieve a system from the collection by name.
- Parameters:
name :
str
- Returns:
IVectorGeometryToolSystem