Uses of Class
com.openinventor.inventor.nodes.SoBBox.Modes
-
Packages that use SoBBox.Modes Package Description com.openinventor.inventor.nodes -
-
Uses of SoBBox.Modes in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoBBox.Modes Modifier and Type Field Description SoSFEnum<SoBBox.Modes>
SoBBox. mode
Specifies the behavior of theSoBBox
node.Methods in com.openinventor.inventor.nodes that return SoBBox.Modes Modifier and Type Method Description static SoBBox.Modes
SoBBox.Modes. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoBBox.Modes
SoBBox.Modes. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoBBox.Modes[]
SoBBox.Modes. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-