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 ofMiCell
andMiSurfaceCell
. These classes provide static implementations of the necessary methods for the most common linear surface cells.
-
-
Method Summary
-
Methods inherited from interface com.openinventor.meshvizxlm.mesh.cell.MiCell
getCenter, getNodeIndex, getNumNodes, getRelativeSize, isPointInsideCell
-
-