CSOFlipNormal¶
- MLModule¶
genre
author
package
dll
definition
Purpose¶
The module CSOFlipNormal flips the normals of input CSOs by reversing the order of seed- and path points.
Details¶
Note that in case of Point Mode SEED_POINT, the module performs a linear interpolation of path points between all consecutive seed points. This means that for example the result of a flipped spline CSO is a polygon CSO.
Windows¶
Default Panel¶
Input Fields¶
inCSOList¶
- name: inCSOList, type: MLBase¶
Output Fields¶
outCSOList¶
- name: outCSOList, type: MLBase¶
Parameter Fields¶
Field Index¶
|
|
|
|
|
|
|
|
|
|
|
|
|
Visible Fields¶
Point Mode¶
- name: pointMode, type: Enum, default: PathPoints¶
Defines the set of points this module works primarily on.
Values:
Title |
Name |
Description |
|---|---|---|
Seed Points |
SeedPoints |
Reverses the order of seed points and interpolates the path point lists in between linearly. |
Path Points |
PathPoints |
Reverses the order of seed- and path points as they are without applying any interpolation. |