VehicleGraphics3DBPlaneInstancesCollection#
- class ansys.stk.core.stkobjects.VehicleGraphics3DBPlaneInstancesCollection#
A list of available b-plane instances.
Overview#
Add a new element to the collection. |
|
Given an index, returns an element in the collection. |
|
Remove all elements from the collection. |
|
Remove an element from the collection using specified index. |
Import detail#
from ansys.stk.core.stkobjects import VehicleGraphics3DBPlaneInstancesCollection
Property detail#
- property VehicleGraphics3DBPlaneInstancesCollection._new_enum: EnumeratorProxy#
Return an enumerator that can iterate through the collection.
Method detail#
- VehicleGraphics3DBPlaneInstancesCollection.add(self, template_name: str) VehicleGraphics3DBPlaneInstance #
Add a new element to the collection.
- Parameters:
template_name :
str
- Returns:
VehicleGraphics3DBPlaneInstance
- VehicleGraphics3DBPlaneInstancesCollection.item(self, index: int) VehicleGraphics3DBPlaneInstance #
Given an index, returns an element in the collection.
- Parameters:
index :
int
- Returns:
VehicleGraphics3DBPlaneInstance