Skip to content

Commit 3837cc5

Browse files
authored
Describe result units (#1570)
1 parent 99792e5 commit 3837cc5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cadquery/occ_impl/shapes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -646,6 +646,7 @@ def _center_of_mass(shape: "Shape") -> Vector:
646646
def matrixOfInertia(obj: "Shape") -> List[List[float]]:
647647
"""
648648
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].
649650
:param obj: Compute the matrix of inertia of this object
650651
"""
651652
Properties = GProp_GProps()

0 commit comments

Comments
 (0)