1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-09-20 03:21:33 +02:00

update docs

This commit is contained in:
Justin Lin
2019-06-17 08:33:00 +08:00
parent 218db7f7a8
commit ab99a24352
20 changed files with 5 additions and 35 deletions

View File

@@ -4,8 +4,6 @@ It extends a 2D stroke along a path to create a 2D shape. This module is suitabl
When using this function, you should use points to represent the 2D stroke.
It depends on the `rotate_p` function. Remember to include "rotate_p.scad".
## Parameters
- `stroke_pts` : A list of points represent a stroke. See the example below.