Uses of Class
unbboolean.gui.solidpanels.InvalidBooleanOperationException

Packages that use InvalidBooleanOperationException
unbboolean.solids   
 

Uses of InvalidBooleanOperationException in unbboolean.solids
 

Methods in unbboolean.solids that throw InvalidBooleanOperationException
 void CSGSolid.updateParents()
          Updates the parent location - called when the the coordinates were changed
 void CompoundSolid.setOperation(int operation)
          Sets the operation
 void CompoundSolid.setOperationToInverseDifference()
          Sets the operation to inverse difference (invert the operators and apply difference)
 void CompoundSolid.setOperator1(CSGSolid solid)
          Sets the first operator
 void CompoundSolid.setOperator2(CSGSolid solid)
          Sets the second operator
 void CompoundSolid.updateItselfAndParents()
          Update itself and parents (called when coordinates were changed)
 

Constructors in unbboolean.solids that throw InvalidBooleanOperationException
CompoundSolid(java.lang.String name, int operation, CSGSolid operator1, CSGSolid operator2)
          Constructs a customized CompoundSolid object