PlanetPositionCentralBody#
- class ansys.stk.core.stkobjects.PlanetPositionCentralBody#
Bases:
IPositionSourceData
Class defining central body used to define Planet object.
Overview#
The central body used in defining the planet object. |
|
Specify whether the object should automatically be renamed to have the same name as the selected central body. |
|
The radius of the selected central body. Uses Distance Dimension. |
|
The ephemeris source for the selected central body. A member of the EphemSourceType enumeration. |
|
Return an array of all available Central Bodies. |
|
Return an array of all available Ephemeris Source Types. |
|
Return a JPL DE Version. |
Import detail#
from ansys.stk.core.stkobjects import PlanetPositionCentralBody
Property detail#
- property PlanetPositionCentralBody.central_body: str#
The central body used in defining the planet object.
- property PlanetPositionCentralBody.rename_automatically: bool#
Specify whether the object should automatically be renamed to have the same name as the selected central body.
- property PlanetPositionCentralBody.radius: float#
The radius of the selected central body. Uses Distance Dimension.
- property PlanetPositionCentralBody.ephemeris_source: EphemSourceType#
The ephemeris source for the selected central body. A member of the EphemSourceType enumeration.
- property PlanetPositionCentralBody.available_central_bodies: list#
Return an array of all available Central Bodies.