Properties:
| Name | Type | Argument | Description |
|---|---|---|---|
edges |
Array.<oc.TopoDS_Edge> |
<optional> |
An array of edges to connect together to form a path. |
points |
Array.<Array.<number>> |
<optional> |
An array of [x,y,z] vector arrays defining a path. |
closed |
boolean |
<optional> |
Whether or not the path should be a closed loop. |