Interface MiSurfaceCell

All Superinterfaces:
MiCell
All Known Subinterfaces:
MeXSurfaceCell

public interface MiSurfaceCell extends MiCell
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 MxXXXCellExtract 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 Also: