mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-01-16 13:50:23 +01:00
comment out example
This commit is contained in:
parent
ceece817e5
commit
6d46c2ce5b
10
vnf.scad
10
vnf.scad
@ -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);
|
||||
// Example(3D,Edges): HOLE_EDGE Errors; Edges Adjacent to Holes.
|
||||
vnf = skin([
|
||||
path3d(regular_ngon(n=4, d=100),0),
|
||||
path3d(regular_ngon(n=5, d=100),100)
|
||||
], slices=0, caps=false);
|
||||
vnf_validate(vnf,size=2);
|
||||
// vnf = skin([
|
||||
// path3d(regular_ngon(n=4, d=100),0),
|
||||
// path3d(regular_ngon(n=5, d=100),100)
|
||||
// ], slices=0, caps=false);
|
||||
// vnf_validate(vnf,size=2);
|
||||
|
||||
|
||||
// Returns a list of non-manifold errors with the given VNF.
|
||||
|
Loading…
x
Reference in New Issue
Block a user