Uses of Class
com.openinventor.inventor.nodes.SoNurbsProperty.TessellationTypes
-
Packages that use SoNurbsProperty.TessellationTypes Package Description com.openinventor.inventor.elements The element classes are used internally for storing information in Open Inventor's traversal state list.com.openinventor.inventor.nodes -
-
Uses of SoNurbsProperty.TessellationTypes in com.openinventor.inventor.elements
Methods in com.openinventor.inventor.elements with parameters of type SoNurbsProperty.TessellationTypes 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. -
Uses of SoNurbsProperty.TessellationTypes in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoNurbsProperty.TessellationTypes Modifier and Type Field Description SoSFEnum<SoNurbsProperty.TessellationTypes>
SoNurbsProperty. tessellationType
Specifies the tessellation type.Methods in com.openinventor.inventor.nodes that return SoNurbsProperty.TessellationTypes Modifier and Type Method Description static SoNurbsProperty.TessellationTypes
SoNurbsProperty.TessellationTypes. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoNurbsProperty.TessellationTypes
SoNurbsProperty.TessellationTypes. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoNurbsProperty.TessellationTypes[]
SoNurbsProperty.TessellationTypes. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-