Note: This API is now obsolete.
Defines a cell of an unstructured surface 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 MiSurfaceCell : MiCell
<ObsoleteAttribute("MeshVizXLM.NET is no longer supported. This interface will be removed in the next major release.")>
Public Interface MiSurfaceCell
Inherits MiCell
[ObsoleteAttribute(L"MeshVizXLM.NET is no longer supported. This interface will be removed in the next major release.")]
public interface class MiSurfaceCell : MiCell
[<ObsoleteAttribute("MeshVizXLM.NET is no longer supported. This interface will be removed in the next major release.")>]
type MiSurfaceCell =
interface
interface MiCell
end
The MiSurfaceCell type exposes the following members.
Methods
Properties
Remarks
Defines a cell of an unstructured surface mesh.
A surface cell is a polygonal element that connects adjacent nodes of a
surface mesh.
The utility classes
can be used to help the
application implement the various methods of
MiCell
and
MiSurfaceCell
. These classes provide static implementations of the
necessary methods for the most common linear surface cells.
See AlsoReference
com.openinventor.meshvizxlm.meshextracted.cell.MeXSurfaceCell
com.openinventor.meshvizxlm.extractors.cell.MxQuadrangleCellExtract