CSOFlipNormal¶
-
MLModule
¶ genre CSOModificator
author Johann Drexl
package FMEwork/ReleaseMeVis
dll MLCSOMiscModules
definition MLCSOMiscModules.def
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.
Parameter Fields¶
Field Index¶
addCSOToGroupMode : Enum |
useUndoRedo : Bool |
addCSOToGroupWithId : Integer |
|
addCSOToGroupWithLabel : String |
|
done : Trigger |
|
emptyGroupBeforeGeneration : Bool |
|
id : Integer |
|
isProcessing : Bool |
|
Point Mode : Enum |
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. |