mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-12-13 19:52:19 +00:00
Tweak sizing for extrude_arc() example image.
This commit is contained in:
parent
843268e9b8
commit
3d4b7e9ebb
1 changed files with 1 additions and 1 deletions
|
|
@ -2142,7 +2142,7 @@ module chain_hull()
|
||||||
// caps = If true, spin the 2D shapes to make rounded caps the ends of the arc.
|
// caps = If true, spin the 2D shapes to make rounded caps the ends of the arc.
|
||||||
// convexity = Max number of times a ray passes through the 2D shape's walls.
|
// convexity = Max number of times a ray passes through the 2D shape's walls.
|
||||||
//
|
//
|
||||||
// Example:
|
// Example(Med):
|
||||||
// pts=[[-5/2, -5], [-5/2, 0], [-5/2-3, 5], [5/2+3, 5], [5/2, 0], [5/2, -5]];
|
// pts=[[-5/2, -5], [-5/2, 0], [-5/2-3, 5], [5/2+3, 5], [5/2, 0], [5/2, -5]];
|
||||||
// #polygon(points=pts);
|
// #polygon(points=pts);
|
||||||
// extrude_arc(arc=270, sa=45, r=40, caps=true, convexity=4, $fa=2, $fs=2) {
|
// extrude_arc(arc=270, sa=45, r=40, caps=true, convexity=4, $fa=2, $fs=2) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue