mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49:45 +00:00
Update Basic_Shapes.md
This commit is contained in:
parent
7045f436a1
commit
18026083b7
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ Or chamfer them:
|
||||||
rect([60,40], center=true, chamfer=10);
|
rect([60,40], center=true, chamfer=10);
|
||||||
```
|
```
|
||||||
|
|
||||||
You can even specify *which* corners get rounded or chamferred. If you pass a
|
You can even specify *which* corners get rounded or chamfered. If you pass a
|
||||||
list of four size numbers to the `rounding=` or `chamfer=` arguments, it will
|
list of four size numbers to the `rounding=` or `chamfer=` arguments, it will
|
||||||
give each corner its own size. In order, it goes from the back-right (quadrant I)
|
give each corner its own size. In order, it goes from the back-right (quadrant I)
|
||||||
corner, counter-clockwise around to the back-left (quadrant II) corner, to the
|
corner, counter-clockwise around to the back-left (quadrant II) corner, to the
|
||||||
|
|
Loading…
Reference in a new issue