mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-21 05:52:16 +02:00
updated docs
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# cross_sections
|
# 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".
|
It depends on the `rotate_p` function. Remember to include "rotate_p.scad".
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
/**
|
/**
|
||||||
* cross_sections.scad
|
* 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.
|
* will return all cross-sections.
|
||||||
*
|
*
|
||||||
* @copyright Justin Lin, 2017
|
* @copyright Justin Lin, 2017
|
||||||
|
Reference in New Issue
Block a user