1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-08-28 17:49:53 +02:00

Added convexity parameter to sweep.

This commit is contained in:
Chris Palmer
2020-11-04 22:27:31 +00:00
parent df43fe7dc6
commit 34b58e3b64
2 changed files with 3 additions and 3 deletions

View File

@@ -5664,7 +5664,7 @@ An additional twist around the path can be specified. If the path is closed this
### Modules
| Module | Description |
|:--- |:--- |
| ```sweep(path, profile, loop = false, twist = 0)``` | Draw a polyhedron that is the swept volume |
| ```sweep(path, profile, loop = false, twist = 0, convexity = 1)``` | Draw a polyhedron that is the swept volume |
![sweep](tests/png/sweep.png)