Class SoBoolOperation

  • All Implemented Interfaces:
    SafeDisposable

    public class SoBoolOperation
    extends SoEngine
    Performs Boolean operations. This engine performs a Boolean operation on two inputs, and returns both the result of the operation and its inverse.

    The input fields can have multiple values, allowing the engine to perform several Boolean operations in parallel. One input may have more values than the other. In that case, the last value of the shorter input will be repeated as necessary.

    File format/default:

    BoolOperation {

      a false
      b false
      operation A
    }

    See Also:
    SoEngineOutput, SoCalculator