GoldenSectionResultCollection#
- class ansys.stk.core.stkobjects.astrogator.GoldenSectionResultCollection#
Properties for the list of Golden Section result parameters.
Overview#
Allow you to iterate through the collection. |
|
Return the result specified by the object/result path. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import GoldenSectionResultCollection
Property detail#
- property GoldenSectionResultCollection._new_enum: EnumeratorProxy#
Allow you to enumerate through the collection.
Method detail#
- GoldenSectionResultCollection.item(self, index: int) GoldenSectionResult #
Allow you to iterate through the collection.
- Parameters:
index :
int
- Returns:
GoldenSectionResult