Interface MeXSurfaceMeshUnstructured<C extends MeXSurfaceCell,T extends MeXSurfaceTopologyExplicitI<C>,G extends MeXGeometryI>
-
- Type Parameters:
C
- the type of cellsT
- the type of the mesh topologyG
- the type of the mesh geometry
- All Superinterfaces:
MiMesh
,MiMeshUnstructured<G>
,MiMeshUnstructuredI<C,T,G>
,MiSurfaceMeshUnstructured<C,T,G>
public interface MeXSurfaceMeshUnstructured<C extends MeXSurfaceCell,T extends MeXSurfaceTopologyExplicitI<C>,G extends MeXGeometryI> extends MiSurfaceMeshUnstructured<C,T,G>
Extracted unstructured surface mesh interface.This interface defines an extracted unstructured surface mesh. It can contain any type of surface cell, like triangle, quadrangle, etc...
-
-
Method Summary
-
Methods inherited from interface com.openinventor.meshvizxlm.mesh.MiMeshUnstructured
getGeometry
-
Methods inherited from interface com.openinventor.meshvizxlm.mesh.MiMeshUnstructuredI
getTopology
-
-