comment out example

This commit is contained in:
Adrian Mariano 2023-02-03 18:54:30 -05:00
parent ceece817e5
commit 6d46c2ce5b

View file

@ -1546,11 +1546,11 @@ module debug_vnf(vnf, faces=true, vertices=true, opacity=0.5, size=1, convexity=
// ]); // ]);
// vnf_validate(vnf,size=2,check_isects=true); // vnf_validate(vnf,size=2,check_isects=true);
// Example(3D,Edges): HOLE_EDGE Errors; Edges Adjacent to Holes. // Example(3D,Edges): HOLE_EDGE Errors; Edges Adjacent to Holes.
vnf = skin([ // vnf = skin([
path3d(regular_ngon(n=4, d=100),0), // path3d(regular_ngon(n=4, d=100),0),
path3d(regular_ngon(n=5, d=100),100) // path3d(regular_ngon(n=5, d=100),100)
], slices=0, caps=false); // ], slices=0, caps=false);
vnf_validate(vnf,size=2); // vnf_validate(vnf,size=2);
// Returns a list of non-manifold errors with the given VNF. // Returns a list of non-manifold errors with the given VNF.