Uses of Class
com.openinventor.meshviz.data.PbMesh3D
-
Packages that use PbMesh3D Package Description com.openinventor.meshviz.data com.openinventor.meshviz.elements -
-
Uses of PbMesh3D in com.openinventor.meshviz.data
Subclasses of PbMesh3D in com.openinventor.meshviz.data Modifier and Type Class Description class
PbCartesianGrid3D
Defines a cartesian grid volume mesh.class
PbGrid3D
Defines an abstract grid volume mesh.class
PbHexahedronMesh3D
Defines a mesh of hexahedrons.class
PbIndexedMesh3D
Defines a volume mesh of polyhedrons.class
PbParalCartesianGrid3D
Defines a parallel cartesian grid volume mesh.class
PbRegularCartesianGrid3D
Defines a regular cartesian grid volume mesh.class
PbTetrahedronMesh3D
Defines a mesh of tetrahedrons.Methods in com.openinventor.meshviz.data that return PbMesh3D Modifier and Type Method Description PbMesh3D
PoMesh3D. getMesh()
Gets the current volume mesh.Methods in com.openinventor.meshviz.data with parameters of type PbMesh3D Modifier and Type Method Description void
PoMesh3D. setMesh(PbMesh3D mesh)
Defines the current volume mesh. -
Uses of PbMesh3D in com.openinventor.meshviz.elements
Methods in com.openinventor.meshviz.elements that return PbMesh3D Modifier and Type Method Description static PbMesh3D
PoMeshElement. getMesh3D(SoState state)
Methods in com.openinventor.meshviz.elements with parameters of type PbMesh3D Modifier and Type Method Description static void
PoMeshElement. set(SoState state, SoNode node, PbMesh3D mesh)
-