mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-12 14:54:09 +02:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
2
vnf.scad
2
vnf.scad
@@ -554,7 +554,7 @@ module vnf_tri_array(
|
|||||||
limit_bunching=true,
|
limit_bunching=true,
|
||||||
convexity=2, cp="centroid", anchor="origin", spin=0, orient=UP, atype="hull")
|
convexity=2, cp="centroid", anchor="origin", spin=0, orient=UP, atype="hull")
|
||||||
{
|
{
|
||||||
vnf = vnf_tri_array(points=points, caps=caps, cap1=cap2, cap2=cap2,
|
vnf = vnf_tri_array(points=points, caps=caps, cap1=cap1, cap2=cap2,
|
||||||
col_wrap=col_wrap, row_wrap=row_wrap, reverse=reverse,
|
col_wrap=col_wrap, row_wrap=row_wrap, reverse=reverse,
|
||||||
limit_bunching = limit_bunching);
|
limit_bunching = limit_bunching);
|
||||||
vnf_polyhedron(vnf, convexity=convexity, cp=cp, anchor=anchor, spin=spin, orient=orient, atype=atype) children();
|
vnf_polyhedron(vnf, convexity=convexity, cp=cp, anchor=anchor, spin=spin, orient=orient, atype=atype) children();
|
||||||
|
Reference in New Issue
Block a user