MTOGraphics3DTrackCollection#

class ansys.stk.core.stkobjects.MTOGraphics3DTrackCollection#

MTO 3D Graphics Track List.

Overview#

item

Given an index, returns an element in the collection.

get_track_from_identifier

Given a track id, 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.

recycling

Recycling is used for optimizing performance in iterative modification or addition of elements in a particular collection (see Remarks section for this property).

Import detail#

from ansys.stk.core.stkobjects import MTOGraphics3DTrackCollection

Property detail#

property MTOGraphics3DTrackCollection.count: int#

Return the number of elements in a collection.

property MTOGraphics3DTrackCollection._new_enum: EnumeratorProxy#

Return an enumerator that can iterate through the collection.

property MTOGraphics3DTrackCollection.recycling: bool#

Recycling is used for optimizing performance in iterative modification or addition of elements in a particular collection (see Remarks section for this property).

Method detail#

MTOGraphics3DTrackCollection.item(self, index: int) MTOGraphics3DTrack#

Given an index, returns an element in the collection.

Parameters:

index : int

Returns:

MTOGraphics3DTrack

MTOGraphics3DTrackCollection.get_track_from_identifier(self, track_id: int) MTOGraphics3DTrack#

Given a track id, returns an element in the collection.

Parameters:

track_id : int

Returns:

MTOGraphics3DTrack