Uses of Interface
com.openinventor.meshvizxlm.mesh.MiMeshUnstructured
-
Packages that use MiMeshUnstructured Package Description com.openinventor.meshvizxlm.mesh Provides interfaces for meshes definition.com.openinventor.meshvizxlm.meshextracted Provides interfaces for extracted meshes definition. -
-
Uses of MiMeshUnstructured in com.openinventor.meshvizxlm.mesh
Subinterfaces of MiMeshUnstructured in com.openinventor.meshvizxlm.mesh Modifier and Type Interface Description interface
MiLineMeshCurvilinear<T extends MiTopologyI,G extends MiGeometryI>
Curvilinear Line mesh interface.interface
MiLineMeshUnstructured<C extends MiLineCell,T extends MiLineTopologyExplicitI<C>,G extends MiGeometryI>
Unstructured Line mesh interface.interface
MiMeshUnstructuredI<C extends MiCell,T extends MiTopologyExplicitI<C>,G extends MiGeometryI>
I Unstructured mesh interface.interface
MiSurfaceMeshUnstructured<C extends MiSurfaceCell,T extends MiSurfaceTopologyExplicitI<C>,G extends MiGeometryI>
Unstructured surface mesh interface.interface
MiVolumeMeshHexahedronIjk<T extends MiHexahedronTopologyExplicitIjk,G extends MiGeometryI>
IJK Hexahedron volume mesh interface.interface
MiVolumeMeshUnstructured<C extends MiVolumeCell,T extends MiVolumeTopologyExplicitI<C>,G extends MiGeometryI>
Unstructured volume mesh interface. -
Uses of MiMeshUnstructured in com.openinventor.meshvizxlm.meshextracted
Subinterfaces of MiMeshUnstructured in com.openinventor.meshvizxlm.meshextracted Modifier and Type Interface Description interface
MeXLineMeshCurvilinear<T extends MeXTopologyI,G extends MeXGeometryI>
Extracted curvilinear line mesh interface.interface
MeXLineMeshUnstructured<C extends MeXLineCell,T extends MeXLineTopologyExplicitI<C>,G extends MeXGeometryI>
Extracted unstructured line mesh interface.interface
MeXMeshUnstructured<G extends MeXGeometryI>
Extracted unstructured mesh interface.interface
MeXSurfaceMeshUnstructured<C extends MeXSurfaceCell,T extends MeXSurfaceTopologyExplicitI<C>,G extends MeXGeometryI>
Extracted unstructured surface mesh interface.Classes in com.openinventor.meshvizxlm.meshextracted that implement MiMeshUnstructured Modifier and Type Class Description class
MeXLineMeshFromPolyhedralMesh
-