From 756ed377c3b573e0a86891a40666a5f07ac28372 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Fri, 29 Oct 2021 11:48:50 +0800 Subject: [PATCH] update README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 510d7591..f3630abb 100644 --- a/README.md +++ b/README.md @@ -371,12 +371,14 @@ These examples incubate dotSCAD and dotSCAD refactors these examples. See [examp --|-- [**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. +shape_star | create a 2D star. ## Polyhedra Signature | Description --|-- -[**polyhedra/tetrahedron**(radius[, detail])](https://openhome.cc/eGossip/OpenSCAD/lib3x-polyhedra_tetrahedron.html) | Create a tetrahedron. +polyhedra/star | create a 3D star. +[**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.