Uses of Class
com.openinventor.meshviz.data.PbMesh2D
-
Packages that use PbMesh2D Package Description com.openinventor.meshviz.data com.openinventor.meshviz.elements -
-
Uses of PbMesh2D in com.openinventor.meshviz.data
Subclasses of PbMesh2D in com.openinventor.meshviz.data Modifier and Type Class Description class
PbCartesianGrid2D
Defines a cartesian grid surface mesh.class
PbGrid2D
Defines an abstract grid surface mesh.class
PbIndexedMesh2D
Defines a surface mesh of polygons.class
PbParalCartesianGrid2D
Defines a parallel cartesian grid surface 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
PbTriangleMesh2D
Defines a surface mesh of triangles.Methods in com.openinventor.meshviz.data that return PbMesh2D Modifier and Type Method Description PbMesh2D
PbMesh2D. getFaultMesh(int num_fault_lines, int[] fault_line_sizes, SbVec3f[] coord)
Same as calling getFaultMesh(num_fault_lines, fault_line_sizes, coord,PbMesh2D.USE_ADJACENT_DERIVS, PbDefinedValue())PbMesh2D
PoMesh2D. getMesh()
Gets the current surface mesh.Methods in com.openinventor.meshviz.data with parameters of type PbMesh2D Modifier and Type Method Description void
PoMesh2D. setMesh(PbMesh2D mesh)
Defines the current surface mesh. -
Uses of PbMesh2D in com.openinventor.meshviz.elements
Methods in com.openinventor.meshviz.elements that return PbMesh2D Modifier and Type Method Description static PbMesh2D
PoMeshElement. getMesh2D(SoState state)
Methods in com.openinventor.meshviz.elements with parameters of type PbMesh2D Modifier and Type Method Description static void
PoMeshElement. set(SoState state, SoNode node, PbMesh2D mesh)
-