AnalysisWorkbenchCentralBodyCollection#
- class ansys.stk.core.analysis_workbench.AnalysisWorkbenchCentralBodyCollection#
A collection of central body names.
Overview#
Import detail#
from ansys.stk.core.analysis_workbench import AnalysisWorkbenchCentralBodyCollection
Property detail#
- property AnalysisWorkbenchCentralBodyCollection.count: int#
Return a number of elements in the collection.
- property AnalysisWorkbenchCentralBodyCollection._new_enum: EnumeratorProxy#
Return a COM enumerator.
Method detail#
- AnalysisWorkbenchCentralBodyCollection.item(self, index: int) str #
Return a central body name at a specified index.