1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-01-17 14:18:13 +01:00

update doc

This commit is contained in:
Justin Lin 2017-05-02 20:03:36 +08:00
parent 5ece18500a
commit 7be4b1da37

View File

@ -11,6 +11,7 @@ When using this module, you should use points to represent the 2D shape. You nee
- `shape_pts` : A list of points represent a shape. See the example below.
- `path_pts` : A list of points represent the path.
- `triangles` : `"RADIAL"` (default), `"HOLLOW"` or user-defined indexes. See example below.
- `twist` : The number of degrees of through which the shape is extruded.
## Examples