wolph / numpy-stl

Simple library to make working with STL files (and 3D objects in general) fast and easy.
http://numpy-stl.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
628 stars 107 forks source link

Add exact argument to check() function in get_mass_properties_with_density() #228

Open andrewjlock opened 2 weeks ago

andrewjlock commented 2 weeks ago

Similar to the get_mass_properties() method, the get_mass_properties_with_density() method executes a check() which returns a warning due to using the previous approximate method.

This PR adds a True argument to check() in get_mass_properties_with_density() to remove warning.