MTOGraphics3DTrackCollection#
- class ansys.stk.core.stkobjects.MTOGraphics3DTrackCollection#
MTO 3D Graphics Track List.
Overview#
Given an index, returns an element in the collection. |
|
Given a track id, returns an element in the collection. |
Import detail#
from ansys.stk.core.stkobjects import MTOGraphics3DTrackCollection
Property detail#
- property MTOGraphics3DTrackCollection._new_enum: EnumeratorProxy#
Return an enumerator that can iterate through the collection.
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