Interface MiSurfaceMeshUnstructured<C extends MiSurfaceCell,T extends MiSurfaceTopologyExplicitI<C>,G extends MiGeometryI>

Type Parameters:
C - the type of cells
T - the type of the mesh topology
G - the type of the mesh geometry
All Superinterfaces:
MiMesh, MiMeshUnstructured<G>, MiMeshUnstructuredI<C,T,G>
All Known Subinterfaces:
MeXSurfaceMeshUnstructured<C,T,G>

public interface MiSurfaceMeshUnstructured<C extends MiSurfaceCell,T extends MiSurfaceTopologyExplicitI<C>,G extends MiGeometryI> extends MiMeshUnstructuredI<C,T,G>
Unstructured surface mesh interface.

This interface defines an unstructured surface mesh. It can contain any type of surface cell, like triangle, quadrangle, etc...