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