VectorGeometryToolPlaneGroup#
- class ansys.stk.core.analysis_workbench.VectorGeometryToolPlaneGroup#
Represents a VGT Plane component.
Overview#
Remove a specified Plane. |
|
Search for a an element with a given name. Returns false if the specified element does not exist. |
|
Return an Plane by name or at a specified position. |
|
Retrieve a plane from the collection by index. |
|
Retrieve a plane from the collection by name. |
Import detail#
from ansys.stk.core.analysis_workbench import VectorGeometryToolPlaneGroup
Property detail#
- property VectorGeometryToolPlaneGroup.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 VectorGeometryToolPlaneGroup.factory: VectorGeometryToolPlaneFactory#
Return a Factory object used to create custom planes.
- property VectorGeometryToolPlaneGroup._new_enum: EnumeratorProxy#
Return a COM enumerator.
Method detail#
- VectorGeometryToolPlaneGroup.contains(self, name: str) bool #
Search for a an element with a given name. Returns false if the specified element does not exist.
- VectorGeometryToolPlaneGroup.item(self, index_or_name: Any) IVectorGeometryToolPlane #
Return an Plane by name or at a specified position.
- Parameters:
index_or_name :
Any
- Returns:
IVectorGeometryToolPlane
- VectorGeometryToolPlaneGroup.get_item_by_index(self, index: int) IVectorGeometryToolPlane #
Retrieve a plane from the collection by index.
- Parameters:
index :
int
- Returns:
IVectorGeometryToolPlane
- VectorGeometryToolPlaneGroup.get_item_by_name(self, name: str) IVectorGeometryToolPlane #
Retrieve a plane from the collection by name.
- Parameters:
name :
str
- Returns:
IVectorGeometryToolPlane