mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-12-09 15:29:09 +00:00
doc tweak
This commit is contained in:
parent
58d3fd435e
commit
cbc60eab54
1 changed files with 2 additions and 1 deletions
|
|
@ -703,7 +703,8 @@ module dashed_stroke(path, dashpat=[3,3], width=1, closed=false, fit=true, round
|
|||
// the rounding at the center point, and then the other two the two outer corners in the direction that the arc travels.
|
||||
// If you give `n` then each arc section in your curve uses `n` points, so the total number of points is `n` times one plus the number of non-zero roundings
|
||||
// you specified. If you don't need to control the exact point count, you should use `$fs` and `$fa` to control the number of points on the roundings and arc.
|
||||
// When you do not give the `n` argument, the minimum number of points on the arc is two `wedge` is true but three if `wedge` is false.
|
||||
// When you do not give the `n` argument, the minimum number of points on the arc is two if `wedge` is true but three if `wedge` is false.
|
||||
// Recall that if you do use `$fn` it specifies the number of **segments** not points on the whole circle.
|
||||
// Arguments:
|
||||
// n = Number of vertices to use in the arc. If `wedge=true` you will get `n+1` points.
|
||||
// r = Radius of the arc.
|
||||
|
|
|
|||
Loading…
Reference in a new issue