mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-20 05:21:38 +02:00
updated docs
This commit is contained in:
@@ -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".
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user