Paths
Paths which points will be oriented
Paths
Paths with updated points orientation
Table of content
Properties
The index safety property controls how invalid/out of bounds input values are handled.
Safety method | |
Ignore | Invalid indices will be ignored and won’t be processed further. |
Tile | Index is tiled (wrapped around) the context’ valid min/max range. |
Clamp | Index is clamped between the context’ valid min/max range. |
Yoyo | Index bounces back and forth between the context’ valid min/max range. |
Settings | |
Orientation | This property lets you select which kind of orientation arithmetics you want to apply to the input paths. See Available Orientation Modules. |