AdaCAD Library Documentation - v1.1.4
    Preparing search index...

    Function computeFilter

    • takes two booleans and returns their result based on the binary operation assigned This doesn't work exactly as binary would because of the null "unset" value. In the case of unset's we just pass through the value that isn't unset.

      Parameters

      • op: string

        the binary operator

      • a: null | boolean

        the first (top) value

      • b: null | boolean

        the second (under) value

      Returns null | boolean

      boolean result