Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurlovekin committed Jan 21, 2025
1 parent a3bf4a8 commit 8c44e64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ Creating Mesh objects from a list of vertices and faces
cube.save('cube.stl')
Evaluating Mesh properties (Volume, Center of gravity, Inertia)
Evaluating Mesh properties (Volume, Center of gravity, Inertia, Convexity)
------------------------------------------------------------------------------

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

Expand Down

0 comments on commit 8c44e64

Please sign in to comment.