Package com.openinventor.meshvizxlm.mesh
Interface MiVolumeMeshUnstructured<C extends MiVolumeCell,T extends MiVolumeTopologyExplicitI<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>
public interface MiVolumeMeshUnstructured<C extends MiVolumeCell,T extends MiVolumeTopologyExplicitI<C>,G extends MiGeometryI> extends MiMeshUnstructuredI<C,T,G>
Unstructured volume mesh interface.This interface defines an unstructured volume mesh. It can contain any type of volume cell, like tetrahedrons, hexahedrons etc.
-
-
Method Summary
-
Methods inherited from interface com.openinventor.meshvizxlm.mesh.MiMeshUnstructured
getGeometry
-
Methods inherited from interface com.openinventor.meshvizxlm.mesh.MiMeshUnstructuredI
getTopology
-
-