VehicleGraphics3DBPlaneInstancesCollection#

class ansys.stk.core.stkobjects.VehicleGraphics3DBPlaneInstancesCollection#

A list of available b-plane instances.

Overview#

item

Given an index, returns an element in the collection.

remove_at

Remove an element from the collection using specified index.

remove_all

Remove all elements from the collection.

add

Add a new element to the collection.

count

Return the number of elements in a collection.

_new_enum

Return an enumerator that can iterate through 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.

Parameters:

index : int

Returns:

None

VehicleGraphics3DBPlaneInstancesCollection.remove_all(self) None#

Remove all elements from the collection.

Returns:

None

VehicleGraphics3DBPlaneInstancesCollection.add(self, template_name: str) VehicleGraphics3DBPlaneInstance#

Add a new element to the collection.

Parameters:

template_name : str

Returns:

VehicleGraphics3DBPlaneInstance