Creates a polyline from a series of vector points, replacing any existing segments and regions that may already exist.
Interface
Inputs
| Parameter | Details | Possible Types |
|---|---|---|
| Points | Primary Input | Table<Vector> |
| Closed | Default: | bool |
Outputs
| Product | Details | Possible Types |
|---|---|---|
| Result | The value produced by the node operation. Primary Output | Table<Vector> |