Uses of Interface
com.openinventor.meshvizxlm.meshextracted.topology.MeXTopologyIj
-
Packages that use MeXTopologyIj Package Description com.openinventor.meshvizxlm.extractors.slice Provides classes for slices extraction.com.openinventor.meshvizxlm.meshextracted Provides interfaces for extracted meshes definition. -
-
Uses of MeXTopologyIj in com.openinventor.meshvizxlm.extractors.slice
Methods in com.openinventor.meshvizxlm.extractors.slice that return types with arguments of type MeXTopologyIj Modifier and Type Method Description abstract MeXSurfaceMeshCurvilinear<MeXTopologyIj,MeXGeometryIj>
MiGridPlaneSliceExtractUnstructured. extractGrid(SbVec3d normal, double distance, double step, MiCellFilterI filter)
Builds the topology and geometry of a curvilinear surface mesh defined by the given plane normal and distance to origin.abstract MeXSurfaceMeshCurvilinear<MeXTopologyIj,MeXGeometryIj>
MiGridPlaneSliceExtractUnstructured. getExtract()
Returns the result of the extraction as a mesh. -
Uses of MeXTopologyIj in com.openinventor.meshvizxlm.meshextracted
Classes in com.openinventor.meshvizxlm.meshextracted with type parameters of type MeXTopologyIj Modifier and Type Interface Description interface
MeXMeshIj<T extends MeXTopologyIj>
Extracted IJ surface mesh interface.interface
MeXSurfaceMeshCurvilinear<T extends MeXTopologyIj,G extends MeXGeometryIj>
Extracted curvilinear surface mesh interface.
-