Note: This API is now obsolete.
Defines a cell of a mesh.
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 MiCell
<ObsoleteAttribute("MeshVizXLM.NET is no longer supported. This interface will be removed in the next major release.")>
Public Interface MiCell
[ObsoleteAttribute(L"MeshVizXLM.NET is no longer supported. This interface will be removed in the next major release.")]
public interface class MiCell
[<ObsoleteAttribute("MeshVizXLM.NET is no longer supported. This interface will be removed in the next major release.")>]
type MiCell = interface end
The MiCell type exposes the following members.
Methods
Properties
Remarks
Defines a cell of a mesh.
A cell is a basic volume, surface or edge element that connects adjacent
nodes of a mesh. The
MiCell
interface is necessary to define the
topology of unstructured 1D, 2D or 3D meshes.
MiCell
is the base interface that defines topological
characteristics of a cell (characteristics not depending on the cell
dimension):
The characteristics that depend on the cell dimension are defined in the
derived classes
MiLineCell
for 1D cells,
MiSurfaceCell
for 2D cells, and
MiVolumeCell
for 3D
cells.
See Also