Skip to content

Commit 8c44e64

Browse files
committed
readme
1 parent a3bf4a8 commit 8c44e64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ Creating Mesh objects from a list of vertices and faces
376376
cube.save('cube.stl')
377377
378378
379-
Evaluating Mesh properties (Volume, Center of gravity, Inertia)
379+
Evaluating Mesh properties (Volume, Center of gravity, Inertia, Convexity)
380380
------------------------------------------------------------------------------
381381

382382
.. code-block:: python
@@ -393,7 +393,7 @@ Evaluating Mesh properties (Volume, Center of gravity, Inertia)
393393
print("Inertia matrix at expressed at the COG = {0}".format(inertia[0,:]))
394394
print(" {0}".format(inertia[1,:]))
395395
print(" {0}".format(inertia[2,:]))
396-
396+
print("Your mesh is convex: {0}".format(your_mesh.is_convex()))
397397
Combining multiple STL files
398398
------------------------------------------------------------------------------
399399

0 commit comments

Comments
 (0)