Uses of Class
com.openinventor.meshviz.data.PbIndexedMesh2D.ElemOrientations
-
Packages that use PbIndexedMesh2D.ElemOrientations Package Description com.openinventor.meshviz.data -
-
Uses of PbIndexedMesh2D.ElemOrientations in com.openinventor.meshviz.data
Methods in com.openinventor.meshviz.data that return PbIndexedMesh2D.ElemOrientations Modifier and Type Method Description static PbIndexedMesh2D.ElemOrientations
PbIndexedMesh2D.ElemOrientations. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic PbIndexedMesh2D.ElemOrientations
PbIndexedMesh2D.ElemOrientations. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PbIndexedMesh2D.ElemOrientations[]
PbIndexedMesh2D.ElemOrientations. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openinventor.meshviz.data with parameters of type PbIndexedMesh2D.ElemOrientations Modifier and Type Method Description void
PbIndexedMesh2D. setElemOrientation(PbIndexedMesh2D.ElemOrientations cell_orient)
Changes orientation of cells during visualization of 2D surface mesh.
-