Uses of Interface
com.openinventor.meshvizxlm.mesh.MiMesh
-
Packages that use MiMesh Package Description com.openinventor.meshvizxlm.mapping.details Provides classes for detail information storage.com.openinventor.meshvizxlm.mapping.elements Provides state elements.com.openinventor.meshvizxlm.mapping.nodes Provides rendering, property and action nodes.com.openinventor.meshvizxlm.mesh Provides interfaces for meshes definition.com.openinventor.meshvizxlm.meshextracted Provides interfaces for extracted meshes definition. -
-
Uses of MiMesh in com.openinventor.meshvizxlm.mapping.details
Methods in com.openinventor.meshvizxlm.mapping.details that return MiMesh Modifier and Type Method Description MiMesh
MoMeshDetail. getMesh()
Returns the mesh. -
Uses of MiMesh in com.openinventor.meshvizxlm.mapping.elements
Fields in com.openinventor.meshvizxlm.mapping.elements declared as MiMesh Modifier and Type Field Description MiMesh
MoMeshElement.Mesh. mesh
The meshMethods in com.openinventor.meshvizxlm.mapping.elements with parameters of type MiMesh Modifier and Type Method Description static void
MoMeshElement. set(SoState state, SoNode node, MoMeshVizDataMapping.MeshType meshType, MiMesh mesh, MoMeshRepresentation meshRepresentation, long nodeTimeStamp)
Sets the current mesh for the specified traversal state and node. -
Uses of MiMesh in com.openinventor.meshvizxlm.mapping.nodes
Methods in com.openinventor.meshvizxlm.mapping.nodes that return MiMesh Modifier and Type Method Description MiMesh
MoMesh. getMesh()
Gets the mesh interface stored. -
Uses of MiMesh in com.openinventor.meshvizxlm.mesh
Subinterfaces of MiMesh 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
MiMeshIj<T extends MiTopologyIj>
IJ surface mesh interface.interface
MiMeshIjk<T extends MiTopologyIjk>
IJK volume mesh interface.interface
MiMeshUnstructured<G extends MiGeometryI>
Unstructured mesh interface.interface
MiMeshUnstructuredI<C extends MiCell,T extends MiTopologyExplicitI<C>,G extends MiGeometryI>
I Unstructured mesh interface.interface
MiSurfaceMeshCurvilinear<T extends MiTopologyIj,G extends MiGeometryIj>
Curvilinear surface 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.interface
MiVolumeMeshVertexHexahedronIjk<T extends MiTopologyIjk,G extends MiGeometryHexahedronIjk>
Non Indexed Hexahedron mesh IJK abstract interface. -
Uses of MiMesh in com.openinventor.meshvizxlm.meshextracted
Subinterfaces of MiMesh 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
MeXMeshIj<T extends MeXTopologyIj>
Extracted IJ surface mesh interface.interface
MeXMeshUnstructured<G extends MeXGeometryI>
Extracted unstructured mesh interface.interface
MeXSurfaceMeshCurvilinear<T extends MeXTopologyIj,G extends MeXGeometryIj>
Extracted curvilinear surface 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 MiMesh Modifier and Type Class Description class
MeXLineMeshFromPolyhedralMesh
-