example fix

This commit is contained in:
Adrian Mariano 2024-07-26 06:33:25 -04:00
parent c2b5cd148e
commit 5375e41af4

View file

@ -1728,7 +1728,7 @@ function vnf_boundary(vnf,merge=true,idx=false) =
// vnf_polyhedron(vnf_small_offset(vnf,18));
// }
// Example(3D): The polyhedron on the left is enlarged to match the size of the offset polyhedron on the right. Note that the offset does **not** preserve coplanarity of faces. This is because the vertices all move independently, so nothing constrains faces to remain coplanar.
// include <BOSL2-fork/polyhedra.scad>
// include <BOSL2/polyhedra.scad>
// vnf = regular_polyhedron_info("vnf","pentagonal icositetrahedron",d=25);
// xdistribute(spacing=300){
// scale(11)vnf_polyhedron(vnf);