Offset Points

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

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

f64

Outputs

ProductDetailsPossible Types
Result

The value produced by the node operation.

Primary Output

Table<Vector>