VehicleGraphics3DBPlanePointCollection#
- class ansys.stk.core.stkobjects.VehicleGraphics3DBPlanePointCollection#
VehicleGraphics3DBPlanePointCollection Class.
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. |
Return an enumerator that can iterate through the collection. |
|
Return the number of elements in a collection. |
|
Get or set the specified color of the first point, if different from the others. |
|
Whether to display the first point in the same color as the other points. |
Import detail#
from ansys.stk.core.stkobjects import VehicleGraphics3DBPlanePointCollection
Property detail#
- property VehicleGraphics3DBPlanePointCollection._new_enum: EnumeratorProxy#
Return an enumerator that can iterate through the collection.
- property VehicleGraphics3DBPlanePointCollection.count: int#
Return the number of elements in a collection.
Method detail#
- VehicleGraphics3DBPlanePointCollection.add(self) VehicleGraphics3DBPlanePoint #
Add a new element to the collection.
- Returns:
VehicleGraphics3DBPlanePoint
- VehicleGraphics3DBPlanePointCollection.item(self, index: int) VehicleGraphics3DBPlanePoint #
Given an index, returns an element in the collection.
- Parameters:
index :
int
- Returns:
VehicleGraphics3DBPlanePoint