mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-11 09:14:29 +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) {
|
module polyline_join(points) {
|
||||||
leng = len(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) {
|
module select(i) {
|
||||||
if(is_undef(i)) {
|
if(is_undef(i)) {
|
||||||
children();
|
children();
|
||||||
|
Reference in New Issue
Block a user