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

update docs

This commit is contained in:
Justin Lin
2017-05-04 10:29:31 +08:00
parent c0eac32830
commit 9d3d41be17
5 changed files with 54 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
It extrudes a 2D shape along a path. This module is suitable for a path created by a continuous function.
It depends on the rotate_p function and the polysections module. Remember to include "rotate_p.scad" and "polysections.scad".
It depends on the `rotate_p` function and the `polysections` module. Remember to include "rotate_p.scad" and "polysections.scad".
When using this module, you should use points to represent the 2D shape. You need to provide indexes of triangles, too. This module provides two prepared triangles indexes. One is `"RADIAL"`. See [polysections](https://openhome.cc/eGossip/OpenSCAD/lib-polysections.html) for details.