public interface MiCellFilterI extends MiCellFilter
This interface is used for filtering cells on unstructured meshes.
Filtering cells is a way to specify which cells are used to build the mesh
representation.
When the method acceptCell
returns false
the cell specified
by the index i
is not taken into account by the extraction. It is as
if the mesh does not contain this cell.
In order to define a custom cell filter for an unstructured mesh, create a class derived from this class.
MoCellFilter
Modifier and Type | Method and Description |
---|---|
boolean |
acceptCell(long cellIndex)
Checks if the cell is accepted.
|
getTimeStamp
Generated on December 11, 2020, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com