1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-10 16:54:23 +02:00

update readme

This commit is contained in:
Justin Lin
2021-10-06 15:53:57 +08:00
parent 63a5e53572
commit f7e81a78e3

View File

@@ -360,3 +360,21 @@ These examples incubate dotSCAD and dotSCAD refactors these examples. See [examp
[**maze/mz_hamiltonian**(rows, columns, start = [0, 0], seed = undef)](https://openhome.cc/eGossip/OpenSCAD/lib3x-mz_hamiltonian.html) | create a hamiltonian path from a maze.
[**maze/mz_theta_cells**(rows, beginning_number, start = [0, 0], seed = undef)](https://openhome.cc/eGossip/OpenSCAD/lib3x-mz_theta_cells.html) | return cell data of a theta maze.
[**maze/mz_theta_get**(cell, query)](https://openhome.cc/eGossip/OpenSCAD/lib3x-mz_theta_get.html) | a helper for getting data from a theta-maze cell.
----
# Preview
## Transformation
- polyline_join
- select
## Polyhedra
- polyhedra/superellipsoid
- polyhedra/tetrahedron
- polyhedra/hexahedron
- polyhedra/octahedron
- polyhedra/dodecahedron
- polyhedra/icosahedron