Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Reflect a polyhedron over a given face
ResourceFunction["PolyhedronFaceReflect"][polyhedron,k] reflects polyhedron over its kth face. |
In the octahedron given below, a list of vertices is followed by a list of faces (vertex indices):
In[1]:= |
Reflect the octahedron over its first face:
In[2]:= |
Out[2]= |
Make a ring of eight octahedra:
In[3]:= |
Out[3]= |
Reflect a dodecahedron over its first face:
In[4]:= |
Out[5]= |
Reflect the snub disphenoid over its fifth face:
In[6]:= |
Out[7]= |
Make a perfect ring of twelve 4-antiprisms:
In[8]:= |
Out[9]= |
Make a spiral of tetrahedra (the Boerdijk–Coxeter helix):
In[10]:= |
Out[10]= |
Compare with the result of TetrahelixMesh:
In[11]:= |
Out[11]= |
Make a chain of icosahedra:
In[12]:= |
Out[12]= |
This work is licensed under a Creative Commons Attribution 4.0 International License