WEMGeodesicClip¶
- MLModule¶
genre
author
package
dll
definition
inherits from
keywords
Purpose¶
The module WEMGeodesicClip clips a WEM surface based on position(s) and a radius.
This means that all WEM faces are removed from the input WEM if their points are within the spheres defined by a list of positions and a specified radius.
Windows¶
Default Panel¶
Input Fields¶
inWEM¶
- name: inWEM, type: WEM(MLBase)¶
For accessing this object via scripting, see the Scripting Reference:
MLWEMWrapper.
inputXMarkerList¶
- name: inputXMarkerList, type: XMarkerList(MLBase)¶
For accessing this object via scripting, see the Scripting Reference:
MLXMarkerListWrapper.
Output Fields¶
outWEM¶
- name: outWEM, type: WEM(MLBase)¶
For accessing this object via scripting, see the Scripting Reference:
MLWEMWrapper.
Parameter Fields¶
Field Index¶
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||
|
|
|
|
|
Visible Fields¶
Auto Apply¶
- name: autoApply, type: Bool, default: TRUE¶
If checked, the module computes anew on any parameter change.
see also WEMGenerator.autoApply
Update Mode¶
- name: updateMode, type: Enum, default: AutoUpdate, deprecated name: autoUpdate¶
Defines how this module should react on any input field change.
see also WEMGenerator.updateMode
Apply¶
- name: apply, type: Trigger¶
When pressed, the module computes anew.
see also WEMGenerator.apply
Clear¶
- name: clear, type: Trigger¶
If checked, the output WEM is cleared (made empty).
see also WEMGenerator.clear
Overwrite label and description¶
- name: overwriteLabelDescription, type: Bool, default: FALSE¶
If checked, label and description strings are set in the output WEM to
LabelandDescription.
Label¶
- name: label, type: String¶
Sets a label string to the output WEM.
see also WEMGenerator.label
Description¶
- name: description, type: String¶
Sets a description string to the output WEM.
see also WEMGenerator.description
Triangulation Mode¶
- name: triangulationMode, type: Enum, default: Strip¶
Defines the triangulation mode for clipped polygons.
see also WEMProcessor.triangulationMode
Generate Edges¶
- name: generateEdges, type: Bool, default: TRUE¶
If checked, the output WEM is guaranteed to have edges.
Which Output¶
- name: whichOutput, type: Enum, default: Inner¶
Defines which half of the clipped WEM is output.
Values:
Title |
Name |
|---|---|
Both |
Both |
Inner |
Inner |
Outer |
Outer |
Maximum Distance¶
- name: maximumDistance, type: Double, default: 1, minimum: 0.01¶
Sets the maximum distance (radius) that defines the influence sphere(s) around the input markers.