Set Point of Action on a Geometry
The point of action of a Geometry is set to the same value as its center of mass.
Change the value of the center of mass if rotations of a Geometry occur from
any other point using the
setGeometryPointOfAction
method.
Note:
- This operation should be performed at the beginning of a simulation in the majority of cases.
- The point of action of a Geometry is relevant to two of the methods provided by the Multi Body Dynamics Coupling Interface. It determines the position of the center of rotation for a change in a Geometry’s orientation when setting the motion and the point about which torque acting on the Geometry is calculated.
- It is not recommended to regularly update of the point of action.
Doing so introduces small positional errors into the simulation that
can result in motion instability. Allowing the Multi Body Dynamics
Interface to move the point of action, if required, is the preferred
option. If the point of action of a Geometry does not change during
the course of the simulation, disable the motion of the point of
action when using the
setGeometryMotion
method to eliminate the introduction of position error.