Uses of Class
com.openinventor.inventor.engines.SoBoolOperation.Operations
-
Packages that use SoBoolOperation.Operations Package Description com.openinventor.inventor.engines -
-
Uses of SoBoolOperation.Operations in com.openinventor.inventor.engines
Fields in com.openinventor.inventor.engines with type parameters of type SoBoolOperation.Operations Modifier and Type Field Description SoMFEnum<SoBoolOperation.Operations>
SoBoolOperation. operation
The Boolean operation.Methods in com.openinventor.inventor.engines that return SoBoolOperation.Operations Modifier and Type Method Description static SoBoolOperation.Operations
SoBoolOperation.Operations. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoBoolOperation.Operations
SoBoolOperation.Operations. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoBoolOperation.Operations[]
SoBoolOperation.Operations. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-