VehicleEclipseBodies#
- class ansys.stk.core.stkobjects.VehicleEclipseBodies#
Satellite Eclipse Bodies, for defining the eclipse central body list used for lighting computations.
Overview#
Check whether a central body is already assigned. |
|
Assign a central body. |
|
Remove a central body. |
|
Remove all the central bodies. |
Property used to specify whether or not to use the customized list of central bodies. |
|
Return an array of available Central Bodies. |
|
Return an array of all assigned central bodies. |
Import detail#
from ansys.stk.core.stkobjects import VehicleEclipseBodies
Property detail#
- property VehicleEclipseBodies.use_customized_list: bool#
Property used to specify whether or not to use the customized list of central bodies.
Method detail#
- VehicleEclipseBodies.is_central_body_assigned(self, central_body: str) bool #
Check whether a central body is already assigned.