Uses of Class
com.openinventor.meshviz.data.PoMeshLevelSurf.SurfOrientations
-
Packages that use PoMeshLevelSurf.SurfOrientations Package Description com.openinventor.meshviz.data -
-
Uses of PoMeshLevelSurf.SurfOrientations in com.openinventor.meshviz.data
Fields in com.openinventor.meshviz.data with type parameters of type PoMeshLevelSurf.SurfOrientations Modifier and Type Field Description SoSFEnum<PoMeshLevelSurf.SurfOrientations>
PoMeshLevelSurf. surfOrientation
Orientation of the level surface.Methods in com.openinventor.meshviz.data that return PoMeshLevelSurf.SurfOrientations Modifier and Type Method Description static PoMeshLevelSurf.SurfOrientations
PoMeshLevelSurf.SurfOrientations. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic PoMeshLevelSurf.SurfOrientations
PoMeshLevelSurf.SurfOrientations. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PoMeshLevelSurf.SurfOrientations[]
PoMeshLevelSurf.SurfOrientations. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-