mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-28 15:59:45 +00:00
doc fix
This commit is contained in:
parent
c32544dc4a
commit
bd81d4c251
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ function _inset_corner(corner, mask_angle, inset, excess, flat_top) =
|
|||
// .
|
||||
// The roundover can be specified by radius, diameter, height, cut, or joint length.
|
||||
// ![Types of Roundovers](images/rounding/section-types-of-roundovers_fig1.png)
|
||||
// .
|
||||
// If you need roundings to agree on edges of different mask_angle, e.g. to round the base of a prismoid, then you need all of the
|
||||
// masks used to have the same height. (Note that it may appear that matching joint would also work, but it does not because the joint distances are measured
|
||||
// in different directions.) You can get the same height by setting the `height` parameter, which is an alternate way to control the size of the rounding.
|
||||
|
|
Loading…
Reference in a new issue