1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-03-14 11:10:01 +01:00

updated docs

This commit is contained in:
Justin Lin 2017-05-02 20:15:48 +08:00
parent 26139a0f0d
commit 4131c46d0a

View File

@ -12,6 +12,7 @@ When using this module, you should use points to represent the 2D shape. You nee
- `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.
- `scale` : Scales the 2D shape by this value over the length of the extrusion. Scale can be a scalar or a vector.
## Examples