mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-12 07:24:27 +02:00
removing tabs
This commit is contained in:
2
vnf.scad
2
vnf.scad
@@ -156,7 +156,7 @@ function vnf_add_faces(vnf=EMPTY_VNF, faces) =
|
||||
// cleanup - when true, consolidates the duplicate vertices of the merge. Default: false
|
||||
// eps - the tolerance in finding duplicates when cleanup=true. Default: EPSILON
|
||||
function vnf_merge(vnfs, cleanup=false, eps=EPSILON) =
|
||||
is_vnf(vnfs) ? vnf_merge([vnfs], cleanup) :
|
||||
is_vnf(vnfs) ? vnf_merge([vnfs], cleanup, eps) :
|
||||
assert( is_vnf_list(vnfs) , "Improper vnf or vnf list")
|
||||
let (
|
||||
offs = cumsum([ 0, for (vnf = vnfs) len(vnf[0]) ]),
|
||||
|
Reference in New Issue
Block a user