Uses of Enum Class
com.openinventor.inventor.nodes.SoCSGShape.CsgOperationTypes
Packages that use SoCSGShape.CsgOperationTypes
-
Uses of SoCSGShape.CsgOperationTypes in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoCSGShape.CsgOperationTypesMethods in com.openinventor.inventor.nodes that return SoCSGShape.CsgOperationTypesModifier and TypeMethodDescriptionstatic SoCSGShape.CsgOperationTypesSoCSGShape.CsgOperationTypes.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic SoCSGShape.CsgOperationTypesReturns the enum constant of this class with the specified name.static SoCSGShape.CsgOperationTypes[]SoCSGShape.CsgOperationTypes.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.inventor.nodes with parameters of type SoCSGShape.CsgOperationTypesModifier and TypeMethodDescriptionstatic voidSoCSGShape.setRescueOperation(SoCSGShape.CsgOperationTypes op) Set operation to use if the CSG operation fails or CSGLib is not available.