Uses of Enum Class
com.openinventor.meshviz.data.PbIndexedMesh2D.ElemOrientations
Packages that use PbIndexedMesh2D.ElemOrientations
-
Uses of PbIndexedMesh2D.ElemOrientations in com.openinventor.meshviz.data
Methods in com.openinventor.meshviz.data that return PbIndexedMesh2D.ElemOrientationsModifier and TypeMethodDescriptionPbIndexedMesh2D.ElemOrientations.valueOf(int val) Returns the enum constant of this type with the specified integer valueReturns the enum constant of this class with the specified name.static PbIndexedMesh2D.ElemOrientations[]PbIndexedMesh2D.ElemOrientations.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.meshviz.data with parameters of type PbIndexedMesh2D.ElemOrientationsModifier and TypeMethodDescriptionvoidPbIndexedMesh2D.setElemOrientation(PbIndexedMesh2D.ElemOrientations cell_orient) Changes orientation of cells during visualization of 2D surface mesh.