Autocad Plant 3d Iso Symbol Skey -
In the world of AutoCAD Plant 3D, the SKEY (Symbol Key) is the "DNA" that determines how a 3D component is reborn as a 2D symbol on an isometric drawing. Without a proper SKEY, your piping models literally "lose their identity" when you try to generate documentation. The Story of the "Vanishing Valve"
Imagine a lead engineer who spent weeks modeling a complex refinery unit. Everything looked perfect in 3D—pipes were routed, and high-performance custom valves were meticulously placed. But when they hit "Generate Isometric," the result was a disaster: the valves had completely disappeared from the drawing, leaving the pipe lines disconnected and floating in white space. The culprit? A missing SKEY. How the SKEY Works its Magic
The Secret Code: An SKEY is typically a four-character code (like VBFL for a flanged ball valve) found in the component’s properties.
The Translation Map: The SKEY tells Plant 3D to look inside a specific "translation manual"—the IsoSkeyAcadBlockMap.xml file.
The Final Form: This map then points the software to a specific block in the IsoSymbolStyles.dwg library. Only then does the 3D valve "know" to appear as a professional 2D symbol on the final sheet. The Wildcard Twist
In a clever design choice, SKEYs often use wildcards. For example, a code like EL?? can match any elbow (like ELBW or ELSW), allowing the software to automatically pick the right symbol even if the specific end-connection varies slightly.
Pro-Tip for Your Next Project: If your components are missing on an ISO, always check the Content ISO Symbol Definition in your Spec Editor. A single empty field there can break an entire drawing set.
Creating Custom Isometric Symbols in AutoCAD Plant 3D - Piping Content
In AutoCAD Plant 3D, Symbol Key (SKEY) is a four-character code that dictates how a 3D piping component is represented in 2D isometric drawings autocad plant 3d iso symbol skey
. It serves as the primary link between the physical model and the schematic output, ensuring that a complex 3D valve or fitting is translated into a standard industry symbol. The Mechanics of SKEY Mapping
The SKEY works through a hierarchical mapping system within the project's IsoSkeyAcadBlockMap.xml
: This XML file acts as a translator. It maps a specific SKEY (e.g., ) to a corresponding AutoCAD block name (e.g., IsoSymbolStyles.dwg
: This drawing file contains the actual 2D block definitions. When an isometric is generated, the engine looks up the SKEY in the XML file to find the block name, then pulls that block from this library. : The mapping system supports wildcards like . For example, an SKEY of can match both (Socket Weld Elbow) and
(Butt Weld Elbow), directing both to the same general "Elbow" block. Autodesk Community, Autodesk Forums, Autodesk Forum SKEY Structure and Naming Conventions
While users can create custom codes, standard SKEYs typically follow a logical prefix system: First two letters : Identify the component type (e.g., for Ball Valve, for Flange, for Elbow). Last two letters : Define the end connections or specific subtypes (e.g., for Flanged, for Socket Weld, for Screwed). Autodesk Community, Autodesk Forums, Autodesk Forum The Role of "ISO Symbol TYPE" Iso Symbol Type and Skey - Forums, Autodesk
The Default Symbol Library vs. Custom Blocks
Out of the box, AutoCAD Plant 3D comes with a robust library of ISO symbols mapped to standard SKEYs (e.g., BFL for Blind Flange, GAV for Gate Valve, EL90 for 90-degree Elbow).
However, engineering firms rarely stick to default symbols. Client standards (e.g., Shell DEP, Bechtel, or Fluor standards) require specific visual representations: In the world of AutoCAD Plant 3D ,
- A particular gap length for gaskets.
- A specific line style for specific valve operators (lever, gear, electric).
- Unique symbols for specialty instruments.
To achieve this, you must learn to manipulate the Iso Symbol SKEY mapping.
Customizing SKEYs: Creating Your Own Symbols
Let’s say your client requires a “Jacketed Gate Valve” with a unique symbol (SKEY = JGV). Here is the workflow:
- Open
IsoSymbolStyles.dwgfrom your project’s isometric folder. - Draw your custom 2D symbol. Remember the rules:
- Use 0,0 as the insertion point (usually the center of the pipe).
- Draw on layer
0. - Use attributes if needed (e.g.,
SIZE,TAG).
- Create a block named exactly
JGV. - Save the DWG file.
- Map the SKEY: In Project Setup → Isometric DWG Settings → Symbol Editor, map
JGVto your new block. - Assign the SKEY
JGVto the component in your spec.
Now, every time you run isometrics, your custom symbol appears automatically.
What Exactly is an SKEY?
An SKEY (Symbol Key) is a short, alphanumeric code stored within a component in your AutoCAD Plant 3D model (spec-driven). When you generate an isometric drawing, the system references the IsoSymbolStyles.dwg file. It looks at the component’s SKEY, finds a matching block with the same name, and places that block on your isometric.
Simple translation:
- Model: A flanged gate valve (SKEY =
VAG) - Isometric: A block named
VAGdrawn with two flanges and a gate symbol.
If the SKEY does not match anything in the symbol library, you get the dreaded “Missing Symbol” placeholder—usually a large red "X".
How to Find and Change an SKEY
You have three levels of control:
Why SKEYs Matter for Your Workflow
Common SKEY Problems & Fixes
| Problem | Likely Cause | Solution |
| :--- | :--- | :--- |
| Red "X" on isometric | SKEY not found in IsoSymbolStyles.dwg | Copy the missing block from a working project or create it. |
| Valve draws as a straight pipe | SKEY is blank or set to PIP (pipe) | Open spec and assign correct valve SKEY (e.g., VAG). |
| Wrong symbol (gate instead of globe) | Spec points to wrong SKEY | Change SKEY in spec editor to VGL (globe valve). |
| Flanges missing on isometric | SKEY is FL (lap joint) instead of FLW (weld neck) | Correct the flange’s SKEY in the spec. | The Default Symbol Library vs
Final Thoughts
The SKEY system in AutoCAD Plant 3D is elegant once you understand it. It separates what a component is (3D model) from how it looks on paper (2D symbol). By learning to read, modify, and create SKEYs, you stop being a passive user and start being an active controller of your isometric output.
Next time your isometric shows a red "X", don't panic. Just check the SKEY.
Have you created custom isometric symbols for a client? Share your experience (or your struggles) in the comments below.
Author’s Note: SKEY behavior can vary between Plant 3D versions (2018 vs 2025). Always test custom symbols in your specific version.
Advanced Techniques: Using Wildcards and Long SKEYs
Modern versions of Plant 3D support Long SKEYs (more than 3 characters). This allows for intelligent matching.
For example, instead of one GAV symbol for all gate valves, you can have:
GATE-150LB→ BlockG15GATE-300LB→ BlockG30
To do this, you do not change the SKEY property in the spec. Instead, use the SkeyMap XML to map the FullDescription or LongSkey:
<SkeyMap skey="GATE-150LB-FLANGE" acadBlock="G15" />
<SkeyMap skey="GATE-300LB-FLANGE" acadBlock="G30" />
Then, in your IsoSymbols.dwg, create blocks named G15 and G30 with different sizes (thicker flanges, different bolt patterns).

