1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-09-01 18:54:39 +02:00

update doc

This commit is contained in:
Justin Lin
2021-02-24 14:25:59 +08:00
parent 2dbb77ed4b
commit 4658fde4ef

View File

@@ -6,7 +6,7 @@ Computes contour polygons by applying [marching squares](https://en.wikipedia.or
## Parameters
- `points` : 2 value array `[x, y]`, rectangle with dimensions `x` and `y`.
- `points` : A list of points `[x, y, z]`. See examples below.
- `threshold` : When applying a threshold value, the function returns isolines. When applying upper and lower threshold values, it returns isobands.
## Examples