Uses of Class
com.openinventor.meshviz.data.PbMesh
-
Packages that use PbMesh Package Description com.openinventor.meshviz.data com.openinventor.meshviz.elements com.openinventor.meshviz.nodes -
-
Uses of PbMesh in com.openinventor.meshviz.data
Subclasses of PbMesh in com.openinventor.meshviz.data Modifier and Type Class Description class
PbCartesianGrid2D
Defines a cartesian grid surface mesh.class
PbCartesianGrid3D
Defines a cartesian grid volume mesh.class
PbGrid2D
Defines an abstract grid surface mesh.class
PbGrid3D
Defines an abstract grid volume mesh.class
PbHexahedronMesh3D
Defines a mesh of hexahedrons.class
PbIndexedMesh2D
Defines a surface mesh of polygons.class
PbIndexedMesh3D
Defines a volume mesh of polyhedrons.class
PbIrregularMesh1D
Defines a irregular mono-dimensional mesh.class
PbMesh1D
Defines an abstract mono-dimensional mesh.class
PbMesh2D
Defines an abstract surface mesh.class
PbMesh3D
Defines an abstract volume mesh.class
PbParalCartesianGrid2D
Defines a parallel cartesian grid surface mesh.class
PbParalCartesianGrid3D
Defines a parallel cartesian grid volume mesh.class
PbPolarGrid2D
Defines a polar grid surface mesh.class
PbQuadrangleMesh2D
Defines a surface mesh of quadrangles.class
PbRegularCartesianGrid2D
Defines a regular cartesian grid surface mesh.class
PbRegularCartesianGrid3D
Defines a regular cartesian grid volume mesh.class
PbRegularMesh1D
Defines a regular mono-dimensional mesh.class
PbTetrahedronMesh3D
Defines a mesh of tetrahedrons.class
PbTriangleMesh2D
Defines a surface mesh of triangles.Methods in com.openinventor.meshviz.data that return PbMesh Modifier and Type Method Description PbMesh
PoMesh. getMesh()
Gets the currentPbMesh
object.Methods in com.openinventor.meshviz.data with parameters of type PbMesh Modifier and Type Method Description void
PoMesh. setMesh(PbMesh mesh)
Sets a reference to aPbMesh
object.Constructors in com.openinventor.meshviz.data with parameters of type PbMesh Constructor Description PbHexahedronCell(PbMesh owner_mesh)
Constructor of a default simple cell.PbPixelCell(PbMesh owner_mesh)
Constructor of a default simple cell.PbPyramidCell(PbMesh owner_mesh)
Constructor of a default simple cell.PbQuadrangleCell(PbMesh owner_mesh)
Constructor of a default simple cell.PbTetrahedronCell(PbMesh owner_mesh)
Constructor of a default simple cell.PbTriangleCell(PbMesh owner_mesh)
Constructor of a default simple cell.PbVoxelCell(PbMesh owner_mesh)
Constructor of a default simple cell.PbWedgeCell(PbMesh owner_mesh)
Constructor of a default simple cell. -
Uses of PbMesh in com.openinventor.meshviz.elements
Methods in com.openinventor.meshviz.elements that return PbMesh Modifier and Type Method Description static PbMesh
PoMeshElement. getMesh(SoState state)
-
Uses of PbMesh in com.openinventor.meshviz.nodes
Methods in com.openinventor.meshviz.nodes that return PbMesh Modifier and Type Method Description PbMesh
PoMeshProperty. getMesh()
Gets the instance of a derived class ofPbMesh
.
-