Uses of Class
com.openinventor.inventor.nodes.SoNurbsProperty.DrawStyles
-
Packages that use SoNurbsProperty.DrawStyles Package Description com.openinventor.inventor.nodes -
-
Uses of SoNurbsProperty.DrawStyles in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoNurbsProperty.DrawStyles Modifier and Type Field Description SoSFBitMask<SoNurbsProperty.DrawStyles>
SoNurbsProperty. drawStyle
Indicates which part of the NURBS surface to render.Methods in com.openinventor.inventor.nodes that return SoNurbsProperty.DrawStyles Modifier and Type Method Description static SoNurbsProperty.DrawStyles
SoNurbsProperty.DrawStyles. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoNurbsProperty.DrawStyles
SoNurbsProperty.DrawStyles. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoNurbsProperty.DrawStyles[]
SoNurbsProperty.DrawStyles. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-