Note: This API is now obsolete.
Defines a cell filter.
Namespace: OIV.MeshVizXLM.Mesh.CellAssembly: OIV.MeshVizXLM.Mesh (in OIV.MeshVizXLM.Mesh.dll) Version: 9.9.13.0.Release.908d87e01
Syntax[ObsoleteAttribute("MeshVizXLM.NET is no longer supported. This interface will be removed in the next major release.")]
public interface MiCellFilter
<ObsoleteAttribute("MeshVizXLM.NET is no longer supported. This interface will be removed in the next major release.")>
Public Interface MiCellFilter
[ObsoleteAttribute(L"MeshVizXLM.NET is no longer supported. This interface will be removed in the next major release.")]
public interface class MiCellFilter
[<ObsoleteAttribute("MeshVizXLM.NET is no longer supported. This interface will be removed in the next major release.")>]
type MiCellFilter = interface end
The MiCellFilter type exposes the following members.
Properties
| Name | Description |
---|
 | TimeStamp |
Returns for this filter a unique time stamp across all filters in the
application.
|
Top
Remarks
Defines a cell filter.
This interface is used for filtering cells.
Filtering cells is a way to specify which cells are used and which cells are
ignored during the mesh extraction.
Each class implementing
MiCellFilter
must implement an
method with either 1, 2 or 3 indices as arguments.
When the
method returns
, the cell identified
by these indices 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, create a class derived from one of
the following classes.
See Also