BisectionResultCollection#
- class ansys.stk.core.stkobjects.astrogator.BisectionResultCollection#
Bisection result collection.
Overview#
Return the result specified by the object/result names. |
|
Allow you to iterate through the collection. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import BisectionResultCollection
Property detail#
- property BisectionResultCollection._new_enum: EnumeratorProxy#
Allow you to enumerate through the collection.
Method detail#
- BisectionResultCollection.get_result_by_paths(self, object_path: str, result_path: str) BisectionResult #
Return the result specified by the object/result names.
- BisectionResultCollection.item(self, index: int) BisectionResult #
Allow you to iterate through the collection.
- Parameters:
index :
int
- Returns:
BisectionResult