AutoCAD & CAD
AutoCAD Layer Standards for Structural Steel Drawings
Steel drawings stay readable when layers have agreed names, plot behavior, and roles for members, bolts, notes, and markups. Here is a practical standard structural teams can actually keep.
Layer standards are how a steel drawing remains a drawing instead of a pile of colored lines. If columns, bolts, dimensions, and markups share one layer, nobody can freeze the clouds, nobody can plot a clean elevation, and no LISP routine has a name to call. A structural office does not need a 200-row corporate layer list copied from an architectural template. It needs a short, enforced list that matches how steel sheets are actually issued.
This guide proposes roles, not a sacred naming religion: primary members, secondary members, grids, bolts and holes, welds if you show them, annotations, dimensions, hatches, viewports, and markups. Names should be stable enough for AutoLISP for Structural Engineers: Practical Automation Examples and StruTools LISP Programs to freeze and thaw them. Plot behavior should be in the layer or in a plot style, not in last-minute color clicks. Xrefs should keep their prefixes predictable so two buildings do not collide.
Layer standards also protect analysis-sourced notes. Reaction tables and 'MBS issue B' stamps should not sit on DEFPOINTS or on a no-plot working layer unless that is intentional. See Coordinating MBS Results with CAD and PEB Approval Drawings. Cleanup later is cheaper if the names were right; see AutoCAD Drawing Cleanup Checklist for Structural Engineers. File trees that hide which DWG is current are a different problem, covered in CAD File Management Practices for Structural Engineering Projects.
Steel layer roles that are worth naming
| Role | Typical contents | Plot? |
|---|---|---|
| Grid / bubbles | Grid lines and mark blocks | Yes |
| Primary steel | Columns, rafters, beams | Yes |
| Secondary steel | Purlins, girts, sag rods if shown | Yes |
| Bolts / holes | Bolt symbols, hole notes if on their own layer | Yes |
| Annotation | Notes, tags, titles | Yes |
| Dimensions | Dimension objects | Yes |
| Markup / revision working | Clouds and redlines in progress | Usually no until issued as a revision layer |
| Viewports / defpoints-like | Sheet mechanics | No |
Name layers by role, not by whoever was on shift
S-COLS, S-RAFT, S-ANNO, S-DIM, S-REV-WK is readable. Joe-final-2 and Layer1 are not.
- Use a prefix for steel (S- or STL-) so architectural layers from an xref stay distinct.
- Keep the list short enough that people will use it. Unused official layers become unofficial layers.
- Ban Layer0 as the place to draft 'just for a minute'.
- Document aliases if you must support an old name, then stop creating new aliases.
Color and plot style have to mean something
If every layer is cyan because it looked fine on a dark screen, the monochrome plot will flatten the drawing into noise—or into a black lake.
Decide whether you plot by color-dependent style or by named style, and then stop mixing. Lineweights for members versus notes should come from that decision, not from object properties that override the layer. Object-level color overrides are how two elevations on the same sheet plot differently.
Markup layers are a quality control
Working clouds must be freezable. Issued revision clouds must be plottable. Those are two roles, not one 'cloud' layer used for both.
- Working markup: no-plot or frozen at publish, named so LISP can freeze it.
- Issued revision graphics: plot, named with the revision letter if the office wants history on the sheet.
- Never put working markup on the same layer as dimensions.
Xrefs and layer prefixes
A steel plan that xrefs architecture will import a hundred layers. If you cannot freeze them as a group, the elevation will plot door swings on top of rafters.
Keep xref names stable. Teach people VISRETAIN. Do not bind as insert unless the office standard says so for transmittals. Binding is a file-management event, not a layer cleanup shortcut. After bind, you still need the steel roles intact.
Analysis notes get their own layer
Reaction tables, design-data callouts, and analysis-issue stamps are not general notes. They get issued and they get frozen on shop sets that should not show foundation forces.
A dedicated S-ANNO-DESIGN or similar layer lets you freeze reactions without freezing member tags. That is the CAD half of the MBS coordination problem. It also gives LISP a target when stamping the analysis letter.
Enforcing the list without a police state
Standards die when only the CAD manager can set a layer. They also die when anyone can make a new one silently.
- New layers require a name that matches the prefix pattern, or they get renamed at cleanup.
- A weekly or per-issue report of unofficial layer names is enough for most teams.
- LISP can set the current layer to S-ANNO when a note command starts, if you want to go that far.
- Do not punish a special layer that a job truly needs. Name it, document it, and do not let it become the new default.
Installing a steel layer list on an existing job
Do not rename live issued files without a copy.
- Export the unofficial layer list from a typical drawing.
- Map each unofficial name to a role in the short standard.
- Put the official list in the template.
- Rename on a copy, plot both, and compare.
- Only then rename the working files for the next issue.
- Add freeze-for-plot LISP now that names exist.
Engineering tips
- If a layer has no plot role and no freeze role, it probably should not exist.
- Keep hatch on its own layer so you can freeze it in crowded elevations.
- Viewport layers belong to the sheet, not to model space members.
- When you inherit a client layer list, map it once on a cover sheet rather than fighting it per entity.
- Match layer names used in 10 Repetitive AutoCAD Tasks Structural Engineers Can Automate so freeze routines stay valid.
Common mistakes
Using ByLayer for nothing and ByObject for everything
Object overrides make the layer list a lie. Prefer ByLayer except for rare emphasis.
One layer called STEEL
You cannot freeze purlins, freeze markups, or plot a member-only check print. Split by role.
Copying an architectural AIA list wholesale
A thousand unused layers guarantee that people will draw on Layer0. Steel offices need a short list.
Layer-standard acceptance checklist
A standard that fails this list will not survive issue week.
- Roles for members, grids, notes, dimensions, and markup exist.
- Names are in the template.
- Plot or no-plot is defined for markup.
- Xref prefixes can be frozen as a group.
- Analysis notes have a dedicated plottable layer.
- Layer0 is not the drafting layer.
- A freeze routine or layer state uses the official names.
- Unofficial names are reviewed at cleanup.
Frequently asked questions
How many layers should a steel office have?
As few as will support freeze and plot roles. If people cannot recite the common ones, the list is too long.
Should PEB and conventional steel share a list?
Share the roles. Add a few PEB-specific names (secondary, sheeting notes) rather than maintaining two unrelated religions.
Can LISP create layers on the fly?
It can. Prefer creating the official set from the template so surprise names do not appear mid-batch.
Where do revision clouds go after issue?
On an issued revision layer that plots, not on the working no-plot markup layer. That split is the whole point.
Names are what freeze and plot act on
A steel layer standard is a short list of roles with plot behavior attached. Without it, LISP has nothing to freeze, checkers have nothing to isolate, and markups leak onto issued PDFs.
Once names exist, make the graphics themselves reusable with Using AutoCAD Blocks to Improve Structural Drawing Consistency, and keep files plottable with AutoCAD Drawing Cleanup Checklist for Structural Engineers.
This article provides general educational information. Project-specific structural design, calculations and drawings should be reviewed by appropriately qualified engineering professionals and checked against applicable project requirements and standards. StruTools does not replace engineering judgement or professional design review.