Skip to content

Commit

Permalink
comment out example
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianVmariano committed Jan 20, 2024
1 parent d39cd5a commit f6ac850
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions vnf.scad
Original file line number Diff line number Diff line change
Expand Up @@ -825,15 +825,15 @@ function vnf_triangulate(vnf) =
// Arguments:
// vnf = vnf whose faces you want to unify
// Example(3D,Med,NoAxes): Original prism on the left is triangulated. On the right, the result of unifying the faces.
$fn=16;
poly = linear_sweep(hexagon(side=10),h=35);
vnf = vnf_unify_faces(poly);
vnf_wireframe(poly);
color([0,1,1,.70])vnf_polyhedron(poly);
right(25){
vnf_wireframe(vnf);
color([0,1,1,.70])vnf_polyhedron(vnf);
}
// $fn=16;
// poly = linear_sweep(hexagon(side=10),h=35);
// vnf = vnf_unify_faces(poly);
// vnf_wireframe(poly);
// color([0,1,1,.70])vnf_polyhedron(poly);
// right(25){
// vnf_wireframe(vnf);
// color([0,1,1,.70])vnf_polyhedron(vnf);
// }

function vnf_unify_faces(vnf) =
let(
Expand Down

0 comments on commit f6ac850

Please sign in to comment.