Skip to content

Commit

Permalink
adding exact parameter to get_mass_properties check call. Thanks to
Browse files Browse the repository at this point in the history
  • Loading branch information
wolph committed Nov 19, 2023
1 parent ac1cacd commit 1e55e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stl/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ def get_mass_properties(self):
Documentation can be found here:
https://www.geometrictools.com/Documentation/PolyhedralMassProperties.pdf
'''
self.check()
self.check(True)

def subexpression(x):
w0, w1, w2 = x[:, 0], x[:, 1], x[:, 2]
Expand Down

0 comments on commit 1e55e34

Please sign in to comment.