Uses of Class
com.openinventor.inventor.elements.SoNurbsPropertyElement.DrawStyles
-
Packages that use SoNurbsPropertyElement.DrawStyles Package Description com.openinventor.inventor.elements The element classes are used internally for storing information in Open Inventor's traversal state list. -
-
Uses of SoNurbsPropertyElement.DrawStyles in com.openinventor.inventor.elements
Methods in com.openinventor.inventor.elements that return SoNurbsPropertyElement.DrawStyles Modifier and Type Method Description static SoNurbsPropertyElement.DrawStyles
SoNurbsPropertyElement.DrawStyles. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoNurbsPropertyElement.DrawStyles
SoNurbsPropertyElement.DrawStyles. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoNurbsPropertyElement.DrawStyles[]
SoNurbsPropertyElement.DrawStyles. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openinventor.inventor.elements with parameters of type SoNurbsPropertyElement.DrawStyles Modifier and Type Method Description static void
SoNurbsPropertyElement. set(SoState state, SoNode node, SoNurbsPropertyElement.DrawStyles drawStyleMask, int numSamplePoints, SbColor color, short isoParamCurvesPattern, SoNurbsProperty.TessellationTypes tessType, float tessDistance, float tessAngle)
Sets the current NURBS properties attributes in the state.
-