mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-05 22:37:35 +02:00
update doc
This commit is contained in:
@@ -231,7 +231,7 @@ These examples incubate dotSCAD and dotSCAD refactors these examples. See [examp
|
|||||||
|
|
||||||
### 3D Module
|
### 3D Module
|
||||||
|
|
||||||
- polyhedron_hull
|
- [polyhedron_hull](https://openhome.cc/eGossip/OpenSCAD/lib2x-polyhedron_hull.html)
|
||||||
|
|
||||||
### Path
|
### Path
|
||||||
|
|
||||||
|
@@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
Create a convex polyhedron by hulling a list of points.
|
Create a convex polyhedron by hulling a list of points.
|
||||||
|
|
||||||
|
**Since:** 2.5
|
||||||
|
|
||||||
## Parameters
|
## Parameters
|
||||||
|
|
||||||
- `points` : A list of 3D points.
|
- `points` : A list of 3D points.
|
||||||
|
@@ -1,3 +1,13 @@
|
|||||||
|
/**
|
||||||
|
* polyhedron_hull.scad
|
||||||
|
*
|
||||||
|
* @copyright Justin Lin, 2020
|
||||||
|
* @license https://opensource.org/licenses/lgpl-3.0.html
|
||||||
|
*
|
||||||
|
* @see https://openhome.cc/eGossip/OpenSCAD/lib2x-polyhedron_hull.html
|
||||||
|
*
|
||||||
|
**/
|
||||||
|
|
||||||
use <__comm__/_convex_hull3.scad>;
|
use <__comm__/_convex_hull3.scad>;
|
||||||
|
|
||||||
module polyhedron_hull(points) {
|
module polyhedron_hull(points) {
|
||||||
|
Reference in New Issue
Block a user