VehicleCentralBodies#

class ansys.stk.core.stkobjects.VehicleCentralBodies#

Satellite Central Bodies.

Overview#

is_central_body_assigned

Check whether a central body is already assigned.

assign_central_body

Assign a central body.

remove_central_body

Remove a central body.

remove_all

Remove all the central bodies.

available_central_bodies

Return an array of available Central Bodies.

assigned_central_bodies

Return an array of all assigned central bodies.

Import detail#

from ansys.stk.core.stkobjects import VehicleCentralBodies

Property detail#

property VehicleCentralBodies.available_central_bodies: list#

Return an array of available Central Bodies.

property VehicleCentralBodies.assigned_central_bodies: list#

Return an array of all assigned central bodies.

Method detail#

VehicleCentralBodies.is_central_body_assigned(self, central_body: str) bool#

Check whether a central body is already assigned.

Parameters:

central_body : str

Returns:

bool

VehicleCentralBodies.assign_central_body(self, central_body: str) None#

Assign a central body.

Parameters:

central_body : str

Returns:

None

VehicleCentralBodies.remove_central_body(self, central_body: str) None#

Remove a central body.

Parameters:

central_body : str

Returns:

None

VehicleCentralBodies.remove_all(self) None#

Remove all the central bodies.

Returns:

None