public interface MiCellFilterIj extends MiCellFilter
This interface is used for filtering cells on structured surface 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 indices (i,j)
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 a structured surface mesh, create a class derived from this class.
MoCellFilter
Modifier and Type | Method and Description |
---|---|
boolean |
acceptCell(long i,
long j)
Checks if the cell is accepted.
|
getTimeStamp
Generated on December 11, 2020, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com