1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-20 05:21:38 +02:00

updated docs

This commit is contained in:
Justin Lin
2017-05-21 15:51:09 +08:00
parent 44ae08f1c4
commit fd57d562f9
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# cross_sections
Given a starting cross-section, points and angles along the path, this function will return all cross-sections. Combined with the `polysections` module, you can create a specific path extrusion.
Given a 2D shape, points and angles along the path, this function will return all cross-sections. Combined with the `polysections` module, you can create a specific path extrusion.
It depends on the `rotate_p` function. Remember to include "rotate_p.scad".

View File

@@ -1,7 +1,7 @@
/**
* cross_sections.scad
*
* Given a starting cross-section, points and angles along the path, this function
* Given a 2D shape, points and angles along the path, this function
* will return all cross-sections.
*
* @copyright Justin Lin, 2017