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