VehicleGraphics3DDropLinePositionItemCollection#

class ansys.stk.core.stkobjects.VehicleGraphics3DDropLinePositionItemCollection#

Lines dropped from the vehicle’s position.

Overview#

item

Given an index, returns an element in 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 VehicleGraphics3DDropLinePositionItemCollection

Property detail#

property VehicleGraphics3DDropLinePositionItemCollection.count: int#

Return the number of elements in a collection.

property VehicleGraphics3DDropLinePositionItemCollection._new_enum: EnumeratorProxy#

Return an enumerator that can iterate through the collection.

Method detail#

VehicleGraphics3DDropLinePositionItemCollection.item(self, index: int) VehicleGraphics3DDropLinePositionItem#

Given an index, returns an element in the collection.

Parameters:

index : int

Returns:

VehicleGraphics3DDropLinePositionItem