Class in Zendir.Universe | Inherits from UniverseBehaviour

Declaration

class BodyEffector;

Description

Class that stores information about the body. This was previously known as the HubEffector class. This is useful for tracking the position and attitude of the dynamic body.


Properties

DeclaredDescription
In_BodyMassMsgA reference to the body mass from the spacecraft
MRPSwitchCountThe number of times the object has shadowed
InheritedDescription
IsEnabledIs true if the object is currently enabled.
NameThe display name or tag of this object.
ParentThe currently attached parent object (if any).

Methods

DeclaredDescription
ComputeDerivativesComputers the Derivatives of the Body along with the KinematicDerivatives on the state model.
ModifyStatesSwitches the MRPs in case they have completely revolved.
InheritedDescription
DestroyRemoves the current object from the simulation.
FindParentWithIDReturns an attached parent that satisfies the specified ID.
FindParentWithTypeReturns an attached parent that satisfies the specified type.
FindRootWithIDReturns a root object that satisfies the specified ID.
FindRootWithTypeReturns a root object that satisfies the specified type.