Uses of Class
com.openinventor.inventor.nodes.SoInteractiveComplexity.InteractiveModes
-
Packages that use SoInteractiveComplexity.InteractiveModes Package Description com.openinventor.inventor.nodes com.openinventor.inventor.viewercomponents 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.InteractiveModes Modifier and Type Field Description SoSFEnum<SoInteractiveComplexity.InteractiveModes>
SoInteractiveComplexity. interactiveMode
Interactive mode.Methods in com.openinventor.inventor.nodes that return SoInteractiveComplexity.InteractiveModes Modifier and Type Method Description static SoInteractiveComplexity.InteractiveModes
SoInteractiveComplexity.InteractiveModes. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoInteractiveComplexity.InteractiveModes
SoInteractiveComplexity.InteractiveModes. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoInteractiveComplexity.InteractiveModes[]
SoInteractiveComplexity.InteractiveModes. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SoInteractiveComplexity.InteractiveModes in com.openinventor.inventor.viewercomponents
Methods in com.openinventor.inventor.viewercomponents that return SoInteractiveComplexity.InteractiveModes Modifier and Type Method Description SoInteractiveComplexity.InteractiveModes
SiRenderAreaInteractive. getInteractiveMode()
Deprecated.As of Open Inventor 101000.SoInteractiveComplexity.InteractiveModes
SoRenderAreaCore. getInteractiveMode()
Deprecated.As of Open Inventor 101000.Methods in com.openinventor.inventor.viewercomponents with parameters of type SoInteractiveComplexity.InteractiveModes Modifier and Type Method Description void
SiRenderAreaInteractive. setInteractiveMode(SoInteractiveComplexity.InteractiveModes mode)
Deprecated.As of Open Inventor 101000.void
SoRenderAreaCore. setInteractiveMode(SoInteractiveComplexity.InteractiveModes mode)
Deprecated.As of Open Inventor 101000.
-