Uses of Enum Class
com.openinventor.inventor.nodes.SoBaseExtrusion.ExtrusionModes
Packages that use SoBaseExtrusion.ExtrusionModes
-
Uses of SoBaseExtrusion.ExtrusionModes in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoBaseExtrusion.ExtrusionModesModifier and TypeFieldDescriptionSoBaseExtrusion.extrusionMode
Construction behavior of the extrusion.Methods in com.openinventor.inventor.nodes that return SoBaseExtrusion.ExtrusionModesModifier and TypeMethodDescriptionSoBaseExtrusion.ExtrusionModes.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 SoBaseExtrusion.ExtrusionModes[]
SoBaseExtrusion.ExtrusionModes.values()
Returns an array containing the constants of this enum class, in the order they are declared.