Uses of Enum Class
com.openinventor.inventor.nodes.SoNurbsProperty.DrawStyles
Packages that use SoNurbsProperty.DrawStyles
-
Uses of SoNurbsProperty.DrawStyles in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoNurbsProperty.DrawStylesModifier and TypeFieldDescriptionSoNurbsProperty.drawStyle
Indicates which part of the NURBS surface to render.Methods in com.openinventor.inventor.nodes that return SoNurbsProperty.DrawStylesModifier and TypeMethodDescriptionstatic SoNurbsProperty.DrawStyles
SoNurbsProperty.DrawStyles.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic SoNurbsProperty.DrawStyles
Returns the enum constant of this class with the specified name.static SoNurbsProperty.DrawStyles[]
SoNurbsProperty.DrawStyles.values()
Returns an array containing the constants of this enum class, in the order they are declared.