Function: cut2D()
function cut2D(first, second): 
  | null
  | CompoundBlueprint
  | Blueprint
  | Blueprints;
Defined in: blueprints/boolean2D.ts:291
Parameters
first
second
Returns
| null
| CompoundBlueprint
| Blueprint
| Blueprints
function cut2D(first, second): 
  | null
  | CompoundBlueprint
  | Blueprint
  | Blueprints;
Defined in: blueprints/boolean2D.ts:291
| null
| CompoundBlueprint
| Blueprint
| Blueprints