mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-11 09:14:29 +02:00
added comment
This commit is contained in:
@@ -1,3 +1,17 @@
|
|||||||
|
/**
|
||||||
|
* shape_arc.scad
|
||||||
|
*
|
||||||
|
* Returns shape points and triangle indexes of an arc shape.
|
||||||
|
* They can be used with xxx_extrude modules of dotSCAD.
|
||||||
|
* The shape points can be also used with the built-in polygon module.
|
||||||
|
*
|
||||||
|
* @copyright Justin Lin, 2017
|
||||||
|
* @license https://opensource.org/licenses/lgpl-3.0.html
|
||||||
|
*
|
||||||
|
* @see https://openhome.cc/eGossip/OpenSCAD/lib-shape_arc.html
|
||||||
|
*
|
||||||
|
**/
|
||||||
|
|
||||||
include <__private__/__frags.scad>;
|
include <__private__/__frags.scad>;
|
||||||
include <__private__/__triangles_tape.scad>;
|
include <__private__/__triangles_tape.scad>;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user