Uses of Class
com.openinventor.inventor.elements.SoLogicOperationElement.LogicOperations
-
Packages that use SoLogicOperationElement.LogicOperations Package Description com.openinventor.inventor.elements The element classes are used internally for storing information in Open Inventor's traversal state list. -
-
Uses of SoLogicOperationElement.LogicOperations in com.openinventor.inventor.elements
Methods in com.openinventor.inventor.elements that return SoLogicOperationElement.LogicOperations Modifier and Type Method Description static SoLogicOperationElement.LogicOperations
SoLogicOperationElement.LogicOperations. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoLogicOperationElement.LogicOperations
SoLogicOperationElement.LogicOperations. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoLogicOperationElement.LogicOperations[]
SoLogicOperationElement.LogicOperations. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openinventor.inventor.elements with parameters of type SoLogicOperationElement.LogicOperations Modifier and Type Method Description static void
SoLogicOperationElement. set(SoState state, boolean enable, SoLogicOperationElement.LogicOperations operation)
set the current logic operation
-