mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-03-14 02:59:42 +01:00
updated doc
This commit is contained in:
parent
ac04e96dba
commit
5d41d61ec0
@ -10,13 +10,13 @@ This module can use them to construct the following model:
|
||||
|
||||
Looks like extruding along the path? Yes, it can perform the task; however, it's more flexible.
|
||||
|
||||
You can also view it as a better polyline3d module if you want. If you have only the points of a path, using `polyline3d` or `hull_polyline3d` is a simple solution. If you know the cross-sections along a path, you can use `polysections` to do more.
|
||||
You can also view it as a better polyline3d module if you want. If you have only the points of a path, using `polyline3d` or `hull_polyline3d` is a simple solution. If you know the cross sections along a path, you can use `polysections` to do more.
|
||||
|
||||
When using this module, you should use points to represent each cross section. The points of your cross section should have count-clockwise indexes. For example:
|
||||
|
||||

|
||||
|
||||
If your 2D shape is hollow, set the `triangles` parameter to `"HOLLOW"` and index the points as the following:
|
||||
If your cross section is hollow, set the `triangles` parameter to `"HOLLOW"` and index the points as the following:
|
||||
|
||||

|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user