mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-30 00:09:37 +00:00
comment out example
This commit is contained in:
parent
ceece817e5
commit
6d46c2ce5b
1 changed files with 5 additions and 5 deletions
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);
|
// 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.
|
||||||
|
|
Loading…
Reference in a new issue