Simplify

Simplifies vector paths by reducing the number of curve segments while preserving the overall shape within the given tolerance.

Interface

Inputs

ParameterDetailsPossible Types
Content

The vector paths to simplify.

Primary Input

Table<Vector>
Tolerance

The maximum distance the simplified path may deviate from the original.

Default: 5 px

f64

Outputs

ProductDetailsPossible Types
Result

The value produced by the node operation.

Primary Output

Table<Vector>