1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-07 23:37:13 +02:00

updated comments

This commit is contained in:
Justin Lin
2017-05-10 16:56:59 +08:00
parent 8b8abd1021
commit 062ef1f20c
5 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
/** /**
* shape_arc.scad * 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. * They can be used with xxx_extrude modules of dotSCAD.
* The shape points can be also used with the built-in polygon module. * The shape points can be also used with the built-in polygon module.
* *

View File

@@ -1,7 +1,7 @@
/** /**
* shape_ellipse.scad * 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. * They can be used with xxx_extrude modules of dotSCAD.
* The shape points can be also used with the built-in polygon module. * The shape points can be also used with the built-in polygon module.
* *

View File

@@ -1,7 +1,7 @@
/** /**
* shape_pie.scad * 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. * They can be used with xxx_extrude modules of dotSCAD.
* The shape points can be also used with the built-in polygon module. * The shape points can be also used with the built-in polygon module.
* *

View File

@@ -1,7 +1,7 @@
/** /**
* shape_square.scad * 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. * They can be used with xxx_extrude modules of dotSCAD.
* The shape points can be also used with the built-in polygon module. * The shape points can be also used with the built-in polygon module.
* *

View File

@@ -1,7 +1,7 @@
/** /**
* shape_superformula.scad * 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. * They can be used with xxx_extrude modules of dotSCAD.
* The shape points can be also used with the built-in polygon module. * The shape points can be also used with the built-in polygon module.
* *