civil3d_discover
Inventory Civil 3D drawing objects and return structured JSON for surfaces, alignments, profiles, and more. Use to understand drawing contents before writing code.
Instructions
Discover and inventory Civil 3D drawing objects without writing C# code. Returns structured JSON for surfaces, alignments, profiles, corridors, pipe networks, sites, parcels, COGO points, sample lines, and styles. Use this FIRST to understand what exists in the drawing before executing code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max items per category (default: 100) | |
| timeoutMs | No | Max time in ms (default: 60000) | |
| categories | No | Categories to include. Default: all. Options: summary, surfaces, alignments, profiles, corridors, pipeNetworks, sites, parcels, cogoPoints, sampleLines, styles |