Resample Curves
Resample curves to use a smaller number of segments. Note that currently only cubic bezier curves are considered when resampling.
Installation
To use this Node, you must enable omni.genproc.core
in the Extension Manager.
Inputs
Name |
Type |
Description |
Default |
---|---|---|---|
Transform Bundle (curvesBundle) |
|
Bundle containing curves data |
|
Mode (mode) |
|
Resampling mode (0 - resample by number of segments, 1 - resample by step) |
0 |
Step (step) |
|
When resampling by Step, the number of resampled segments will be the length of the curve divided by this value |
1.0 |
Number of Points (numberOfSegments) |
|
When resampling by number of segments, this value specifies the number of segments in the resampled curve |
10 |
Avoid Sharp Turns (avoidSharpTurns) |
|
Experimental setting to fit a resampled curve with equal and opposite tangents on either side of each control point |
False |
Verbose (verbose) |
|
print verbose information |
False |
Outputs
Name |
Type |
Description |
Default |
---|---|---|---|
Curve Bundle (curvesBundle) |
|
Bundle containing curves data |