mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-06 14:56:47 +02:00
rename
This commit is contained in:
@@ -376,9 +376,9 @@ These examples incubate dotSCAD and dotSCAD refactors these examples. See [examp
|
||||
|
||||
Signature | Description
|
||||
--|--
|
||||
[**polyhedra/tetrahedron**(radius[, detail])](https://openhome.cc/eGossip/OpenSCAD/lib3x-tetrahedron.html) | Create a tetrahedron.
|
||||
[**polyhedra/hexahedron**(radius[, detail])](https://openhome.cc/eGossip/OpenSCAD/lib3x-hexahedron.html) | create a hexahedron.
|
||||
[**polyhedra/octahedron**(radius[, detail])](https://openhome.cc/eGossip/OpenSCAD/lib3x-octahedron.html) | create a octahedron.
|
||||
[**polyhedra/tetrahedron**(radius[, detail])](https://openhome.cc/eGossip/OpenSCAD/lib3x-polyhedra_tetrahedron.html) | Create a tetrahedron.
|
||||
[**polyhedra/hexahedron**(radius[, detail])](https://openhome.cc/eGossip/OpenSCAD/lib3x-polyhedra_hexahedron.html) | create a hexahedron.
|
||||
[**polyhedra/octahedron**(radius[, detail])](https://openhome.cc/eGossip/OpenSCAD/lib3x-polyhedra_octahedron.html) | create a octahedron.
|
||||
polyhedra/dodecahedron | create a dodecahedron.
|
||||
polyhedra/icosahedron | create a icosahedron.
|
||||
polyhedra/superellipsoid | create a superellipsoid.
|
||||
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
@@ -18,5 +18,5 @@ Creates a hexahedron.
|
||||
hexahedron(radius = 1, detail = i);
|
||||
}
|
||||
|
||||

|
||||

|
||||
|
@@ -18,5 +18,5 @@ Creates a octahedron.
|
||||
octahedron(radius = 1, detail = i);
|
||||
}
|
||||
|
||||

|
||||

|
||||
|
@@ -18,5 +18,5 @@ Creates a tetrahedron.
|
||||
tetrahedron(radius = 1, detail = i);
|
||||
}
|
||||
|
||||

|
||||

|
||||
|
@@ -4,7 +4,7 @@
|
||||
* @copyright Justin Lin, 2021
|
||||
* @license https://opensource.org/licenses/lgpl-3.0.html
|
||||
*
|
||||
* @see https://openhome.cc/eGossip/OpenSCAD/lib3x-hexahedron.html
|
||||
* @see https://openhome.cc/eGossip/OpenSCAD/lib3x-polyhedra_hexahedron.html
|
||||
*
|
||||
**/
|
||||
|
||||
|
@@ -4,7 +4,7 @@
|
||||
* @copyright Justin Lin, 2021
|
||||
* @license https://opensource.org/licenses/lgpl-3.0.html
|
||||
*
|
||||
* @see https://openhome.cc/eGossip/OpenSCAD/lib3x-octahedron.html
|
||||
* @see https://openhome.cc/eGossip/OpenSCAD/lib3x-polyhedra_octahedron.html
|
||||
*
|
||||
**/
|
||||
|
||||
|
@@ -4,7 +4,7 @@
|
||||
* @copyright Justin Lin, 2021
|
||||
* @license https://opensource.org/licenses/lgpl-3.0.html
|
||||
*
|
||||
* @see https://openhome.cc/eGossip/OpenSCAD/lib3x-tetrahedron.html
|
||||
* @see https://openhome.cc/eGossip/OpenSCAD/lib3x-polyhedra_tetrahedron.html
|
||||
*
|
||||
**/
|
||||
|
||||
|
Reference in New Issue
Block a user