mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49:45 +00:00
Embiggened sparse_strut3d() example images.
This commit is contained in:
parent
f1af59eb6a
commit
44312d5236
1 changed files with 4 additions and 4 deletions
|
@ -427,13 +427,13 @@ module sparse_strut(h=50, l=100, thick=4, maxang=30, strut=5, max_bridge=20, ori
|
||||||
// orient = Orientation of the length axis of the shape. Use the `ORIENT_` constants from `constants.scad`. Default: `ORIENT_Y`.
|
// orient = Orientation of the length axis of the shape. Use the `ORIENT_` constants from `constants.scad`. Default: `ORIENT_Y`.
|
||||||
// anchor = Alignment of the shape. Use the constants from `constants.scad`. Default: `CENTER`.
|
// anchor = Alignment of the shape. Use the constants from `constants.scad`. Default: `CENTER`.
|
||||||
//
|
//
|
||||||
// Example: Typical Shape
|
// Example(Med): Typical Shape
|
||||||
// sparse_strut3d(h=30, w=30, l=100);
|
// sparse_strut3d(h=30, w=30, l=100);
|
||||||
// Example: Thinner strut
|
// Example(Med): Thinner strut
|
||||||
// sparse_strut3d(h=30, w=30, l=100, strut=2);
|
// sparse_strut3d(h=30, w=30, l=100, strut=2);
|
||||||
// Example: Larger maxang
|
// Example(Med): Larger maxang
|
||||||
// sparse_strut3d(h=30, w=30, l=100, strut=2, maxang=50);
|
// sparse_strut3d(h=30, w=30, l=100, strut=2, maxang=50);
|
||||||
// Example: Smaller max_bridge
|
// Example(Med): Smaller max_bridge
|
||||||
// sparse_strut3d(h=30, w=30, l=100, strut=2, maxang=50, max_bridge=20);
|
// sparse_strut3d(h=30, w=30, l=100, strut=2, maxang=50, max_bridge=20);
|
||||||
module sparse_strut3d(h=50, l=100, w=50, thick=3, maxang=40, strut=3, max_bridge=30, orient=ORIENT_Y, anchor=CENTER)
|
module sparse_strut3d(h=50, l=100, w=50, thick=3, maxang=40, strut=3, max_bridge=30, orient=ORIENT_Y, anchor=CENTER)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue