Decimates vector paths into polylines by sampling any curves into line segments, then removing points that don't significantly contribute to the shape using the Ramer-Douglas-Peucker algorithm.
Interface
Inputs
| Parameter | Details | Possible Types |
|---|---|---|
| Content | The vector paths to decimate. Primary Input | Table<Vector> |
| Tolerance | The maximum distance a point can deviate from the simplified path before it is kept. Default: | f64 |
Outputs
| Product | Details | Possible Types |
|---|---|---|
| Result | The value produced by the node operation. Primary Output | Table<Vector> |