1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-09-01 18:54:39 +02:00

added parameter rt_dir

This commit is contained in:
Justin Lin
2017-03-30 12:21:00 +08:00
parent 549de8e06a
commit 9967d4a0c9
2 changed files with 16 additions and 3 deletions

View File

@@ -12,6 +12,7 @@ An `init_angle` less than 180 degrees is not recommended because the function us
- `init_angle` : In polar coordinates `(r, θ)` Archimedean spiral can be described by the equation `r = bθ ` where `θ` is measured in radians. For being consistent with OpenSCAD, the function here use degrees. The `init_angle` is which angle the first point want to start.
- `point_distance` : Distance between two points on the path.
- `num_of_points` : How many points do you want?
- `rt_dir` : `"CT_CLK"` for counterclockwise. `"CLK"` for clockwise. The default value is `"CT_CLK"`.
## Examples