Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Get a GraphicsComplex for ConvexHullMesh
ResourceFunction["ConvexHullMeshGraphicsComplex"][pts] returns the convex hull of pts in the GraphicsComplex format. |
Return the GraphicsComplex of a square:
In[1]:= |
Out[1]= |
Show it:
In[2]:= |
Out[2]= |
Return the GraphicsComplex of a cube:
In[3]:= |
Out[3]= |
Show it:
In[4]:= |
Out[4]= |
Show the biggest known little polyhedron on 16 points with all unit length diagonals shown in red:
In[5]:= |
Out[7]= |
ConvexHullMesh also works in this case:
In[8]:= |
Out[8]= |
This work is licensed under a Creative Commons Attribution 4.0 International License