blenderproc.python.types.InertialUtility module
All inertial objects are captured in this class.
- class blenderproc.python.types.InertialUtility.Inertial(bpy_object)[source]
Bases:
Entity
Every instance of this class is an inertial object which is usually part of an URDFObject.
- get_origin()[source]
Returns the origin of the inertia.
- Return type:
Matrix
- Returns:
The pose relative to the link frame.
- hide(hide_object=True)[source]
Sets the visibility of the object.
- Parameters:
hide_object (
bool
) – Determines whether the object should be hidden in rendering.