Declared in Spacecraft
Declaration
bool UpdateMassProperties(
double time,
double step
);
Description
Updates the Mass Properties of the body and all components. This will also attempt to cache the data on the components that exist on the hierarchy tree (in the body [B] frame) in a transform state for multiple use. This is the dirty flag.
Parameters
Name | Description |
---|---|
time | The current time [s] |
step | The timestep between each |