From 3569617313a54b888be978bc0ea71f7d24461204 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Fri, 7 Jan 2022 09:09:42 +0800 Subject: [PATCH] update note --- src/experimental/note.md | 48 ++++------------------------------------ 1 file changed, 4 insertions(+), 44 deletions(-) diff --git a/src/experimental/note.md b/src/experimental/note.md index 5185b051..237dfb84 100644 --- a/src/experimental/note.md +++ b/src/experimental/note.md @@ -1,49 +1,9 @@ to_do: -- deprecate paths2sections(paths) -> rails2sections(rails) -- deprecate hull_polyline2d, hull_polyline3d -> polyline_join -- deprecate shape_starburst, shape_pentagram -> shape_star -- deprecate starburst -> polyhedra/star - -- angle_between adds a ccw param. - - doc: sf add convexity -- new: polyline_join, select, polyhedra/superellipsoid, polyhedra/dodecahedron, polyhedra/hexahedron, polyhedra/icosahedron, polyhedra/octahedron, polyhedra/tetrahedron +new: -release: - - -# Preview - -## 2D/3D Function - - Signature | Description ---|-- -[**rails2sections**(rails)](https://openhome.cc/eGossip/OpenSCAD/lib3x-rails2sections.html) | create sections along rails. - -## Transformation - - Signature | Description ---|-- -[**select**(i)](https://openhome.cc/eGossip/OpenSCAD/lib3x-select.html) | select module objects. -[**polyline_join**(points)](https://openhome.cc/eGossip/OpenSCAD/lib3x-polyline_join.html) | place a join on each point. Hull each pair of joins and union all convex hulls. - -## 2D Shape - - Signature | Description ---|-- -[**shape_star**([outer_radius, inner_radius, n])](https://openhome.cc/eGossip/OpenSCAD/lib3x-shape_star.html) | create a 2D star. - -## Polyhedra - - Signature | Description ---|-- -[**polyhedra/star**([outerRadius, innerRadius, height, n])](https://openhome.cc/eGossip/OpenSCAD/lib3x-polyhedra_star.html) | create a 3D star. -[**polyhedra/polar_zonohedra**(n[, theta])](https://openhome.cc/eGossip/OpenSCAD/lib3x-polyhedra_polar_zonohedra.html) | create a [polar zonohedra](https://mathworld.wolfram.com/PolarZonohedron.html). -[**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**(radius[, detail])](https://openhome.cc/eGossip/OpenSCAD/lib3x-polyhedra_dodecahedron.html) | create a dodecahedron. -[**polyhedra/icosahedron**(radius[, detail])](https://openhome.cc/eGossip/OpenSCAD/lib3x-polyhedra_icosahedron.html) | create a icosahedron. -[**polyhedra/superellipsoid**(radius[, detail])](https://openhome.cc/eGossip/OpenSCAD/lib3x-polyhedra_superellipsoid.html) | create a superellipsoid. +- maze/mz_wang_tiles? +- surface/sf_cylinder? +- noise/worley_sphere? \ No newline at end of file