Uses of Interface
com.openinventor.meshvizxlm.mesh.geometry.MiGeometry
-
Packages that use MiGeometry Package Description com.openinventor.meshvizxlm.mesh.geometry Provides interfaces for mesh geometries definition.com.openinventor.meshvizxlm.meshextracted.geometry Provides interfaces for defining geometries of extracted meshes. -
-
Uses of MiGeometry in com.openinventor.meshvizxlm.mesh.geometry
Subinterfaces of MiGeometry in com.openinventor.meshvizxlm.mesh.geometry Modifier and Type Interface Description interface
MiGeometryHexahedronIjk
Generic geometry interface for hexahedron mesh Ijk.interface
MiGeometryI
Generic geometry interface for unstructured meshes.interface
MiGeometryIj
Generic geometry interface for structured surface meshes. -
Uses of MiGeometry in com.openinventor.meshvizxlm.meshextracted.geometry
Subinterfaces of MiGeometry in com.openinventor.meshvizxlm.meshextracted.geometry Modifier and Type Interface Description interface
MeXGeometry
Extracted geometry interface.interface
MeXGeometryI
Generic geometry interface for extracted unstructured meshes.interface
MeXGeometryIj
Generic geometry interface for extracted structured surface meshes.
-