mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
comment out example
This commit is contained in:
parent
d39cd5adbb
commit
f6ac8509ed
1 changed files with 9 additions and 9 deletions
18
vnf.scad
18
vnf.scad
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue