Click or drag to resize
MiCellFilterIj Interface

Note: This API is now obsolete.

Defines a cell filter for structured surface meshes.

Namespace: OIV.MeshVizXLM.Mesh.Cell
Assembly: 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 MiCellFilterIj : MiCellFilter

The MiCellFilterIj type exposes the following members.

Methods
  NameDescription
Public methodAcceptCell
Checks if the cell is accepted.
Top
Properties
  NameDescription
Public propertyTimeStamp
Returns for this filter a unique time stamp across all filters in the application.
(Inherited from MiCellFilter.)
Top
Remarks
Defines a cell filter for structured surface meshes.

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.

See Also

Reference

com.openinventor.meshvizxlm.mapping.nodes.MoCellFilter