MiCellFilterIjk Interface |
Note: This API is now obsolete.
Interface class defining a cell filter for structured volume meshes.
Namespace: OIV.MeshVizXLM.Mesh.CellAssembly: OIV.MeshVizXLM.Mesh (in OIV.MeshVizXLM.Mesh.dll) Version: 9.9.36.0.Release.9ccfd3bbc
Syntax[ObsoleteAttribute("MeshVizXLM.NET is no longer supported. This interface will be removed in the next major release.")]
public interface MiCellFilterIjk : MiCellFilter
<ObsoleteAttribute("MeshVizXLM.NET is no longer supported. This interface will be removed in the next major release.")>
Public Interface MiCellFilterIjk
Inherits MiCellFilter
[ObsoleteAttribute(L"MeshVizXLM.NET is no longer supported. This interface will be removed in the next major release.")]
public interface class MiCellFilterIjk : MiCellFilter
[<ObsoleteAttribute("MeshVizXLM.NET is no longer supported. This interface will be removed in the next major release.")>]
type MiCellFilterIjk =
interface
interface MiCellFilter
end
The MiCellFilterIjk type exposes the following members.
Methods
Properties
| Name | Description |
---|
 | TimeStamp |
Returns for this filter a unique time stamp across all filters in the
application.
(Inherited from MiCellFilter.) |
Top
Remarks
Interface class defining a cell filter for structured volume meshes.
This class specifies the interface used for filtering cells on structured
volume meshes.
Filtering cells is a way to specify which cells are used to build the mesh
representation.
When the method
returns
, the cell specified
by the 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 for a structured volume mesh, create
a class derived from this class.
See AlsoReference
com.openinventor.meshvizxlm.mapping.nodes.MoCellFilter