We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99792e5 commit 3837cc5Copy full SHA for 3837cc5
cadquery/occ_impl/shapes.py
@@ -646,6 +646,7 @@ def _center_of_mass(shape: "Shape") -> Vector:
646
def matrixOfInertia(obj: "Shape") -> List[List[float]]:
647
"""
648
Calculates the matrix of inertia of an object.
649
+ Since the part's density is unknown, this result is inertia/density with units of [1/length].
650
:param obj: Compute the matrix of inertia of this object
651
652
Properties = GProp_GProps()
0 commit comments