PropagatorSPICESegmentsCollection#

class ansys.stk.core.stkobjects.PropagatorSPICESegmentsCollection#

Collection of segments for a vehicle.

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 PropagatorSPICESegmentsCollection

Property detail#

property PropagatorSPICESegmentsCollection.count: int#

Return the number of elements in a collection.

property PropagatorSPICESegmentsCollection._new_enum: EnumeratorProxy#

Return an enumerator that can iterate through the collection.

Method detail#

PropagatorSPICESegmentsCollection.item(self, index: int) PropagatorSPICESegment#

Given an index, returns an element in the collection.

Parameters:

index : int

Returns:

PropagatorSPICESegment