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 classPbCartesianGrid2DDefines a cartesian grid surface mesh.classPbGrid2DDefines an abstract grid surface mesh.classPbIndexedMesh2DDefines a surface mesh of polygons.classPbParalCartesianGrid2DDefines a parallel cartesian grid surface mesh.classPbPolarGrid2DDefines a polar grid surface mesh.classPbQuadrangleMesh2DDefines a surface mesh of quadrangles.classPbRegularCartesianGrid2DDefines a regular cartesian grid surface mesh.classPbTriangleMesh2DDefines a surface mesh of triangles.Methods in com.openinventor.meshviz.data that return PbMesh2D Modifier and Type Method Description PbMesh2DPbMesh2D. 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())PbMesh2DPoMesh2D. getMesh()Gets the current surface mesh.Methods in com.openinventor.meshviz.data with parameters of type PbMesh2D Modifier and Type Method Description voidPoMesh2D. 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 PbMesh2DPoMeshElement. getMesh2D(SoState state)Methods in com.openinventor.meshviz.elements with parameters of type PbMesh2D Modifier and Type Method Description static voidPoMeshElement. set(SoState state, SoNode node, PbMesh2D mesh)
-