Skip to content

Boolean File Operations

Performs boolean operations between geometry in the current drawing and geometry from an external file.

When to Use

  • To clip a design against a boundary defined in another file
  • To subtract alignment marks or features from a separate file
  • To combine geometry from multiple design sources

Operations

OperationDescription
OR (Union)Merge geometry from both files
AND (Intersection)Keep only overlapping regions
SubtractRemove external file geometry from the current drawing
XORKeep non-overlapping regions

Options

OptionDescriptionDefault
External filePath to the second file
OperationOR, AND, Subtract, XOROR
Layer mappingHow to match layers between filesBy name

Technical Notes

  • The external file is imported temporarily for the boolean operation
  • Layer matching can be by name or by number
  • Result replaces geometry in the current drawing
  • The external file is not modified