Compare all matching sheets between two drawing revisions. Sheets are matched by sheet number, and overlays are created for each matched pair.Documentation Index
Fetch the complete documentation index at: https://docs.bedrock.cv/llms.txt
Use this file to discover all available pages before exploring further.
What Happens Next
- Sheets are matched by sheet number (e.g., A-101 in both drawings)
- For each matched sheet pair, blocks are compared
- Overlays are created for each block comparison
- The job completes when all comparisons finish
GET /jobs/{id} to track progress. Once complete, use GET /overlays?job_id={id} to retrieve the results.
Sheet Matching
Sheets are matched by theirsheet_number field:
| Source Sheet | Target Sheet | Result |
|---|---|---|
| A-101 | A-101 | Compared |
| A-102 | A-102 | Compared |
| A-103 | (missing) | Skipped |
| (missing) | A-104 | Skipped |