VehicleGraphics3DBPlaneTemplatesCollection#

class ansys.stk.core.stkobjects.VehicleGraphics3DBPlaneTemplatesCollection#

A list of available b-plane templates.

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 VehicleGraphics3DBPlaneTemplatesCollection

Property detail#

property VehicleGraphics3DBPlaneTemplatesCollection.count: int#

Return the number of elements in a collection.

property VehicleGraphics3DBPlaneTemplatesCollection._new_enum: EnumeratorProxy#

Return an enumerator that can iterate through the collection.

Method detail#

VehicleGraphics3DBPlaneTemplatesCollection.item(self, index: int) VehicleGraphics3DBPlaneTemplate#

Given an index, returns an element in the collection.

Parameters:

index : int

Returns:

VehicleGraphics3DBPlaneTemplate

VehicleGraphics3DBPlaneTemplatesCollection.remove_at(self, index: int) None#

Remove an element from the collection using specified index.

Parameters:

index : int

Returns:

None

VehicleGraphics3DBPlaneTemplatesCollection.remove_all(self) None#

Remove all elements from the collection.

Returns:

None

VehicleGraphics3DBPlaneTemplatesCollection.add(self) VehicleGraphics3DBPlaneTemplate#

Add a new element to the collection.

Returns:

VehicleGraphics3DBPlaneTemplate