Is an ʼAssociative Dimensionʼ linked to the geometry it measures in AutoCAD?

Short Answer

Yes — in AutoCAD, an associative dimension is linked to the geometry it measures, so it updates when that object changes if created with DIM using standard associative settings. This is the most common professional method for maintaining accurate dimensions. Limitation: the link can break if the referenced object is exploded, replaced, or heavily edited.

What You Need to Know Before

Warning: Associative dimensions can silently lose associativity after grip edits, exploding objects, or replacing geometry with new objects. A common failure is assuming the dimension still updates when the extension lines are actually no longer tied to the original endpoints.

How to Check or Create an Associative Dimension

  • Command: DIM

  • Shortcut: D

  • Quick Steps:

    1. On the Ribbon, go to Annotate tab > Dimensions panel, then start DIM and select the object or points to dimension.
    2. Place the dimension and make sure object snaps are used on the actual geometry points, not nearby reference graphics.
    3. If needed, select the dimension and confirm associativity is maintained; keep Associative dimension behavior enabled in settings.

Variables & Settings

  • System Variable: DIMASSOC (Default: 2)

  • Expert Setting: DIMASSOC=2 creates fully associative dimensions linked to geometry. If set to 1, dimensions are non-associative but may still reference objects loosely; if set to 0, dimensions are exploded and will not update with geometry changes.

Why it Fails

  • Cause 1 (Geometry): The original measured object was exploded, trimmed into a new object, or replaced, breaking the dimension’s reference points.

  • Cause 2 (layers/Locks): Geometry or dimension layers may be locked or controlled through external references, preventing expected edits or updates.

  • Cause 3 (Command/Logic): The dimension was created when DIMASSOC was not set to 2, or it was placed using points that were not truly attached to the intended object geometry.

Quick Fix & Best Practice

  • Quick Fix: Set DIMASSOC to 2, then recreate the dimension with DIM using object snaps on the actual geometry.

  • Manager’s Verdict: Use associative dimensions by default in production drawings because they reduce revision errors. Avoid relying on old dimensions after major geometry edits; recreate critical dimensions when model changes are significant.

FAQ

Can I turn a non-associative dimension into an associative one?

Sometimes, but in practice it is usually faster and safer to recreate it correctly.

Do associative dimensions update automatically?

Yes, if they remain linked to the original geometry and the object was edited rather than replaced.

Does exploding a dimension keep associativity?

No, exploded dimensions lose associativity and will not update.

.