Interface MeXMeshUnstructured<G extends MeXGeometryI>

Type Parameters:
G - the type of the mesh geometry
All Superinterfaces:
MiMesh, MiMeshUnstructured<G>
All Known Subinterfaces:
MeXLineMeshCurvilinear<T,G>

public interface MeXMeshUnstructured<G extends MeXGeometryI> extends MiMeshUnstructured<G>
Extracted unstructured mesh interface.

This interface defines a unstructured mesh. All unstructured meshes have a common geometry interface: getX(int i), getY(int i), getZ(int i).
An unstructured mesh can be either a volume, a surface or a line.

See Also: