Displaces anchor points along their normal direction (perpendicular to the path) by a set distance. Points with 0 or 3+ segment connections have no well-defined normal and are left in place.
Interface
Inputs
| Parameter | Details | Possible Types |
|---|---|---|
| Content | The vector geometry with points to be offset. Primary Input | Table<Vector> |
| Distance | The distance to offset each anchor point along its normal. Positive values move outward, negative values move inward. Default: | f64 |
Outputs
| Product | Details | Possible Types |
|---|---|---|
| Result | The value produced by the node operation. Primary Output | Table<Vector> |