mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 00:09:41 +00:00
doc tweak
This commit is contained in:
parent
b202f8526b
commit
5153cb20da
2 changed files with 2 additions and 1 deletions
|
@ -65,6 +65,7 @@ function is_1region(path, name="path") =
|
|||
:assert(len(path)==1,str("Parameter \"",name,"\" must be a path or singleton region, but is a multicomponent region"))
|
||||
true;
|
||||
|
||||
|
||||
// Function: force_path()
|
||||
// Usage:
|
||||
// outpath = force_path(path, [name])
|
||||
|
|
|
@ -602,7 +602,7 @@ module octagon(r, d, or, od, ir, id, side, rounding=0, realign=false, align_tip,
|
|||
regular_ngon(n=8, r=r, d=d, or=or, od=od, ir=ir, id=id, side=side, rounding=rounding, realign=realign, align_tip=align_tip, align_side=align_side, anchor=anchor, spin=spin) children();
|
||||
|
||||
|
||||
// Function&Module right_triangle()
|
||||
// Function&Module: right_triangle()
|
||||
// Usage: As Module
|
||||
// right_triangle(size, [center], ...);
|
||||
// Usage: With Attachments
|
||||
|
|
Loading…
Reference in a new issue