Boolean Operations


  • union()

    Thumbnail for the post titled: union()

    Combine all children into a single shape. It is primarily for grouping the shapes for subsequent transformations and operations. The union() operator does not change the final rendering of shapes,…

  • difference()

    Thumbnail for the post titled: difference()

    The difference() modifier will subtract the children of the object, from the first item in the modifier brackets. Let’s start by subtracting a sphere from a cube. First add a…