WEMLevelSetFilter¶
Purpose¶
The WEMLevelSetFilter allows for applying level set filters to a WEM by transforming the mesh into a level set voxel grid, applying a filter, and remeshing the result.
It utilizes the OpenVDB library.
Windows¶
Default Panel¶
Parameter Fields¶
Field Index¶
|
|
|
|
|
|
|
||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Visible Fields¶
Auto Apply¶
- name: autoApply, type: Bool, default: TRUE¶
Update Mode¶
- name: updateMode, type: Enum, default: AutoUpdate, deprecated name: autoUpdate¶
Apply¶
- name: apply, type: Trigger¶
Clear¶
- name: clear, type: Trigger¶
Overwrite label and description¶
- name: overwriteLabelDescription, type: Bool, default: FALSE¶
Label¶
- name: label, type: String¶
Description¶
- name: description, type: String¶
Grid Cell Size¶
- name: gridCellSize, type: Double, default: 1¶
Adaptivity¶
- name: adaptivity, type: Double, default: 0.2¶
Build Edges¶
- name: buildEdges, type: Bool, default: TRUE¶
Enable PVL support¶
- name: enablePVLSupport, type: Bool, default: FALSE¶
Interpolate per node PVLs¶
- name: interpolatePerNodePVLs, type: Bool, default: FALSE¶
Mode¶
- name: mode, type: Enum, default: Gauss¶
Defines the filter that is applied.
Values:
Title |
Name |
Description |
|---|---|---|
Laplace |
Laplace |
|
Mean Curvature |
MeanCurvature |
|
Median |
Median |
|
Mean |
Mean |
|
Gauss |
Gauss |
|
Erode |
Erode |
|
Dilate |
Dilate |
|
Open |
Open |
|
Close |
Close |
|
Filter Chain |
FilterChain |
If this is selected, the filter is defined by the |
Iterations¶
- name: iterations, type: Integer, default: 1¶
Sets the number of iterations for filters that support iterations.
Offset¶
- name: offset, type: Double, default: 1, minimum: 0¶
Sets the offset for the Close, Open, Dilate, or Erode filters.