blenderproc.python.types.InertialUtility module¶
-
class
blenderproc.python.types.InertialUtility.
Inertial
(bpy_object)[source]¶ Bases:
blenderproc.python.types.EntityUtility.Entity
-
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.
-