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