mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-01 04:20:27 +02:00
update doc
This commit is contained in:
@@ -1,13 +1,13 @@
|
|||||||
# sf_solidify
|
# sf_solidify
|
||||||
|
|
||||||
It solidifies two square surfaces, described as a list of points `[x, y, z]`.
|
It solidifies two square surfaces, described as a m * n list of `[x, y, z]`s.
|
||||||
|
|
||||||
**Since:** 2.3
|
**Since:** 2.3
|
||||||
|
|
||||||
## Parameters
|
## Parameters
|
||||||
|
|
||||||
- `surface1` : A list of points `[x, y, z]`.
|
- `surface1` : A m * n list of `[x, y, z]`s.
|
||||||
- `surface2` : A list of points `[x, y, z]`.
|
- `surface2` : A m * n list of `[x, y, z]`s.
|
||||||
- `slicing` : Given a rectangle, we have two ways to slice it into two triangles. Using this parameter to determine the way you want. It accepts `"SLASH"` (default) and `"BACK_SLASH"`.
|
- `slicing` : Given a rectangle, we have two ways to slice it into two triangles. Using this parameter to determine the way you want. It accepts `"SLASH"` (default) and `"BACK_SLASH"`.
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
Reference in New Issue
Block a user