Package com.openinventor.meshvizxlm.mesh
Interface MiSurfaceMeshUnstructured<C extends MiSurfaceCell,T extends MiSurfaceTopologyExplicitI<C>,G extends MiGeometryI>
-
- 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>
- 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...
-
-
Method Summary
-
Methods inherited from interface com.openinventor.meshvizxlm.mesh.MiMeshUnstructured
getGeometry
-
Methods inherited from interface com.openinventor.meshvizxlm.mesh.MiMeshUnstructuredI
getTopology
-
-