Simplifies vector paths by reducing the number of curve segments while preserving the overall shape within the given tolerance.
Interface
Inputs
| Parameter | Details | Possible Types |
|---|---|---|
| Content | The vector paths to simplify. Primary Input | Table<Vector> |
| Tolerance | The maximum distance the simplified path may deviate from the original. Default: | f64 |
Outputs
| Product | Details | Possible Types |
|---|---|---|
| Result | The value produced by the node operation. Primary Output | Table<Vector> |