Decimate

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

ParameterDetailsPossible 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: 5 px

f64

Outputs

ProductDetailsPossible Types
Result

The value produced by the node operation.

Primary Output

Table<Vector>