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

updated doc

This commit is contained in:
Justin Lin 2017-06-02 09:28:27 +08:00
parent 1c60c42e95
commit d176279f88

View File

@ -2,7 +2,7 @@
It extends a 2D stroke along a path to create a 2D shape. This module is suitable for a path created by a continuous function. The returned points can be used with xxx_extrude modules of dotSCAD. The shape points can be also used with the built-in polygon module.
When using this module, you should use points to represent the 2D stroke.
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" and "polytransversals.scad".