MTOGraphics2DTrackCollection#
- class ansys.stk.core.stkobjects.MTOGraphics2DTrackCollection#
MTO 2D 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 MTOGraphics2DTrackCollection
Property detail#
- property MTOGraphics2DTrackCollection._new_enum: EnumeratorProxy#
Return an enumerator that can iterate through the collection.
Method detail#
- MTOGraphics2DTrackCollection.item(self, index: int) MTOGraphics2DTrack #
Given an index, returns an element in the collection.
- Parameters:
index :
int
- Returns:
MTOGraphics2DTrack
- MTOGraphics2DTrackCollection.get_track_from_identifier(self, track_id: int) MTOGraphics2DTrack #
Given a track id, returns an element in the collection.
- Parameters:
track_id :
int
- Returns:
MTOGraphics2DTrack