FILE ▸ CAD Mappings is where you teach Studio your office's naming. The built-in recognition covers the standard conventions; this dialog covers everything else, and it is the difference between auto-mapping working on a demo drawing and working on your drawings.
The tabs across the top choose what you are teaching: HATCH PATTERNS, LINETYPES and BLOCKS. Each keeps its own list of rules.
The left column is your rule list, checked before the built-in tables, top to bottom, first match wins. Each rule has three parts:
| Column | What it holds |
|---|---|
| CAD name / keywords | What to match. Several alternatives can be listed, separated by commas, so one rule can cover a family of names. |
| Match | Exact matches the whole name; Keyword matches names that contain the term. Exact linetype matching also ignores the usual scale suffixes. |
| Maps to | The target: a fill texture for a hatch rule, a stroke style for a linetype rule, a library symbol for a block rule. Choosing (Do not auto-map) is how you silence a built-in rule for a name you would rather handle yourself. |
Add Rule, Remove, Move Up and Move Down manage the list. Order matters: put your specific rules above your general ones.
The middle column lists the CAD names actually present in the open drawing, with Currently maps to beside each. This is the quickest way to see what is not being recognized. Select a name and click Add Rule for Selected Name, or double-click it, and a rule is seeded with that name, ready for you to choose a target.
The built-in tables are shown, with a filter box, so you can see what is already handled before writing a rule that duplicates it. They are read-only; to change what a built-in name does, add your own rule for it, which is checked first.
The probe at the bottom answers "what would this name do?" Type any name and it reports what it resolves to and which rule produced the answer. Use it when two rules seem to be competing, or to check a rule before committing to it.
Save writes the rules and immediately re-offers the
CAD Auto-Mapping prompt on the drawing you have open, so a
new rule can be tried without re-importing. Rules are stored per-user at
%APPDATA%\AutoStylePro\CadMappingDB\cad_mappings.json.
Export... writes your rules to a file; Import... loads one. That file is the portable form of "this is how our office names things", and it is worth building once and distributing:
RIPRAP covers RIPRAP-6IN,
RIPRAP-CLASS-B and whatever comes next.A block rule can only point at a symbol that exists in the library. If the artwork you want is not there, import your own SVG through the + button on the Library panel first, then write the rule.