Uses of Enum Class
com.openinventor.inventor.nodes.SoInteractiveComplexity.InteractiveModes
Packages that use SoInteractiveComplexity.InteractiveModes
Package
Description
Viewer components contains helpful tools to implement a custom viewer.
-
Uses of SoInteractiveComplexity.InteractiveModes in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoInteractiveComplexity.InteractiveModesMethods in com.openinventor.inventor.nodes that return SoInteractiveComplexity.InteractiveModesModifier and TypeMethodDescriptionSoInteractiveComplexity.InteractiveModes.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.SoInteractiveComplexity.InteractiveModes.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SoInteractiveComplexity.InteractiveModes in com.openinventor.inventor.viewercomponents
Methods in com.openinventor.inventor.viewercomponents that return SoInteractiveComplexity.InteractiveModesModifier and TypeMethodDescriptionSiRenderAreaInteractive.getInteractiveMode()Deprecated.As of Open Inventor 101.0.0.0.SoRenderAreaCore.getInteractiveMode()Deprecated.As of Open Inventor 101.0.0.0.Methods in com.openinventor.inventor.viewercomponents with parameters of type SoInteractiveComplexity.InteractiveModesModifier and TypeMethodDescriptionvoidSiRenderAreaInteractive.setInteractiveMode(SoInteractiveComplexity.InteractiveModes mode) Deprecated.As of Open Inventor 101.0.0.0.voidSoRenderAreaCore.setInteractiveMode(SoInteractiveComplexity.InteractiveModes mode) Deprecated.As of Open Inventor 101.0.0.0.