Uses of Enum Class
com.openinventor.inventor.nodes.SoPolygonOffset.StyleType
Packages that use SoPolygonOffset.StyleType
-
Uses of SoPolygonOffset.StyleType in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoPolygonOffset.StyleTypeModifier and TypeFieldDescriptionSoPolygonOffset.stylesA bit-wise combination of FILLED, LINES, and POINTS that determines which polygon modes should be offset.Methods in com.openinventor.inventor.nodes that return SoPolygonOffset.StyleTypeModifier and TypeMethodDescriptionstatic SoPolygonOffset.StyleTypeSoPolygonOffset.StyleType.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic SoPolygonOffset.StyleTypeReturns the enum constant of this class with the specified name.static SoPolygonOffset.StyleType[]SoPolygonOffset.StyleType.values()Returns an array containing the constants of this enum class, in the order they are declared.