ManeuverOptimalFiniteSteeringNodeCollection#

class ansys.stk.core.stkobjects.astrogator.ManeuverOptimalFiniteSteeringNodeCollection#

Steering/nodes collection.

Overview#

item

Allow you to iterate through the collection.

_new_enum

Allow you to enumerate through the collection.

count

Return the size of the collection.

Import detail#

from ansys.stk.core.stkobjects.astrogator import ManeuverOptimalFiniteSteeringNodeCollection

Property detail#

property ManeuverOptimalFiniteSteeringNodeCollection._new_enum: EnumeratorProxy#

Allow you to enumerate through the collection.

property ManeuverOptimalFiniteSteeringNodeCollection.count: int#

Return the size of the collection.

Method detail#

ManeuverOptimalFiniteSteeringNodeCollection.item(self, index: int) ManeuverOptimalFiniteSteeringNodeElement#

Allow you to iterate through the collection.

Parameters:

index : int

Returns:

ManeuverOptimalFiniteSteeringNodeElement