mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-11 01:04:07 +02:00
add comments
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
/**
|
||||
* polyline_join.scad
|
||||
*
|
||||
* @copyright Justin Lin, 2021
|
||||
* @license https://opensource.org/licenses/lgpl-3.0.html
|
||||
*
|
||||
* @see https://openhome.cc/eGossip/OpenSCAD/lib3x-polyline_join.html
|
||||
*
|
||||
**/
|
||||
|
||||
module polyline_join(points) {
|
||||
leng = len(points);
|
||||
|
||||
|
@@ -1,3 +1,13 @@
|
||||
/**
|
||||
* select.scad
|
||||
*
|
||||
* @copyright Justin Lin, 2021
|
||||
* @license https://opensource.org/licenses/lgpl-3.0.html
|
||||
*
|
||||
* @see https://openhome.cc/eGossip/OpenSCAD/lib3x-select.html
|
||||
*
|
||||
**/
|
||||
|
||||
module select(i) {
|
||||
if(is_undef(i)) {
|
||||
children();
|
||||
|
Reference in New Issue
Block a user