mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49:45 +00:00
commit
2f98711908
1 changed files with 4 additions and 2 deletions
|
@ -1799,7 +1799,8 @@ module text(text, size=10, font="Helvetica", halign, valign, spacing=1.0, direct
|
||||||
|
|
||||||
// Module: round2d()
|
// Module: round2d()
|
||||||
// Synopsis: Rounds the corners of 2d objects.
|
// Synopsis: Rounds the corners of 2d objects.
|
||||||
|
// Topics: Rounding
|
||||||
|
// See Also: shell2d(), round3d(), minkowski_difference()
|
||||||
// Usage:
|
// Usage:
|
||||||
// round2d(r) [ATTACHMENTS];
|
// round2d(r) [ATTACHMENTS];
|
||||||
// round2d(or=) [ATTACHMENTS];
|
// round2d(or=) [ATTACHMENTS];
|
||||||
|
@ -1830,7 +1831,8 @@ module round2d(r, or, ir)
|
||||||
|
|
||||||
// Module: shell2d()
|
// Module: shell2d()
|
||||||
// Synopsis: Creates a shell from 2D children.
|
// Synopsis: Creates a shell from 2D children.
|
||||||
//
|
// Topics: Shell
|
||||||
|
// See Also: round2d(), round3d(), minkowski_difference()
|
||||||
// Usage:
|
// Usage:
|
||||||
// shell2d(thickness, [or], [ir])
|
// shell2d(thickness, [or], [ir])
|
||||||
// Description:
|
// Description:
|
||||||
|
|
Loading…
Reference in a new issue