mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-04-14 03:01:58 +02:00
updated comments
This commit is contained in:
parent
8b8abd1021
commit
062ef1f20c
@ -1,7 +1,7 @@
|
||||
/**
|
||||
* shape_arc.scad
|
||||
*
|
||||
* Returns shape points and triangle indexes of an arc shape.
|
||||
* Returns shape points 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.
|
||||
*
|
||||
|
@ -1,7 +1,7 @@
|
||||
/**
|
||||
* shape_ellipse.scad
|
||||
*
|
||||
* Returns shape points and triangle indexes of an ellipse.
|
||||
* Returns shape points of an ellipse.
|
||||
* They can be used with xxx_extrude modules of dotSCAD.
|
||||
* The shape points can be also used with the built-in polygon module.
|
||||
*
|
||||
|
@ -1,7 +1,7 @@
|
||||
/**
|
||||
* shape_pie.scad
|
||||
*
|
||||
* Returns shape points and triangle indexes of a pie (circular sector) shape.
|
||||
* Returns shape points of a pie (circular sector) shape.
|
||||
* They can be used with xxx_extrude modules of dotSCAD.
|
||||
* The shape points can be also used with the built-in polygon module.
|
||||
*
|
||||
|
@ -1,7 +1,7 @@
|
||||
/**
|
||||
* shape_square.scad
|
||||
*
|
||||
* Returns shape points and triangle indexes of a rounded square or rectangle.
|
||||
* Returns shape points of a rounded square or rectangle.
|
||||
* They can be used with xxx_extrude modules of dotSCAD.
|
||||
* The shape points can be also used with the built-in polygon module.
|
||||
*
|
||||
|
@ -1,7 +1,7 @@
|
||||
/**
|
||||
* shape_superformula.scad
|
||||
*
|
||||
* Returns shape points and triangle indexes of a Superformula shape.
|
||||
* Returns shape points of a Superformula shape.
|
||||
* They can be used with xxx_extrude modules of dotSCAD.
|
||||
* The shape points can be also used with the built-in polygon module.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user