Uses of Interface
com.openinventor.meshvizxlm.mesh.MiSurfaceMeshCurvilinear
Packages that use MiSurfaceMeshCurvilinear
Package
Description
Provides classes for cell extraction and utility classes for cells.
Provides classes for outline extraction.
Provides rendering, property and action nodes.
Provides interfaces for extracted meshes definition.
-
Uses of MiSurfaceMeshCurvilinear in com.openinventor.meshvizxlm.extractors.cell
Methods in com.openinventor.meshvizxlm.extractors.cell with parameters of type MiSurfaceMeshCurvilinearModifier and TypeMethodDescriptionstatic <T extends MiTopologyIj,
G extends MiGeometryIj>
MiCellExtractIjMiCellExtractIj.getNewInstance
(MiSurfaceMeshCurvilinear<T, G> mesh) Create an instance of cell extractor for a curvilinear surface mesh. -
Uses of MiSurfaceMeshCurvilinear in com.openinventor.meshvizxlm.extractors.outline
Methods in com.openinventor.meshvizxlm.extractors.outline with parameters of type MiSurfaceMeshCurvilinearModifier and TypeMethodDescriptionstatic <T extends MiTopologyIj,
G extends MiGeometryIj>
MiOutlineExtractIjMiOutlineExtractIj.getNewInstance
(MiSurfaceMeshCurvilinear<T, G> mesh) Create an instance of outline extractor for a curvilinear surface mesh. -
Uses of MiSurfaceMeshCurvilinear in com.openinventor.meshvizxlm.mapping.nodes
Methods in com.openinventor.meshvizxlm.mapping.nodes with parameters of type MiSurfaceMeshCurvilinearModifier and TypeMethodDescription<Topology extends MiTopologyIj,
Geometry extends MiGeometryIj>
voidMoMesh.setMesh
(MiSurfaceMeshCurvilinear<Topology, Geometry> mesh) Sets the mesh interface to a curvilinear surface mesh. -
Uses of MiSurfaceMeshCurvilinear in com.openinventor.meshvizxlm.meshextracted
Subinterfaces of MiSurfaceMeshCurvilinear in com.openinventor.meshvizxlm.meshextractedModifier and TypeInterfaceDescriptioninterface
MeXSurfaceMeshCurvilinear<T extends MeXTopologyIj,
G extends MeXGeometryIj> Extracted curvilinear surface mesh interface.