Class MoCellFilterElement.CellFilter
- java.lang.Object
-
- com.openinventor.meshvizxlm.mapping.elements.MoCellFilterElement.CellFilter
-
- Enclosing class:
- MoCellFilterElement
public static class MoCellFilterElement.CellFilter extends java.lang.Object
Utility class to store cell filter parameters.
-
-
Field Summary
Fields Modifier and Type Field Description MiCellFilter
cellFilter
The cell filterMoMeshVizDataMapping.CellFilterType
cellFilterType
The cell filter type
-
-
-
Field Detail
-
cellFilterType
public MoMeshVizDataMapping.CellFilterType cellFilterType
The cell filter type
-
cellFilter
public MiCellFilter cellFilter
The cell filter
-
-