legacy unit insertion scale bug in metric autocad

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Every time a block is inserted or even copied linework is pasted to a AutoCAD 2019 drawing it scales up by 25.4, as if it was going from millimetres to inches. This happens without fail.
I have checked the units they are all in millimetres.
insunits = 4
insunitdefsource = 4
insunitdeftarget = 4
The help file states that "4 = millimetres".
The work around seems to be either W-block every single of the thousands of blocks in our block library so that they are based in AutoCAD 2019 architecture (which should only take 2 or 3 months worth of man hours) or set the new drawings up as though they are in inches by setting it up so that:
insunits = 1
insunitdefsource = 1
insunitdeftarget = 1
The help file states that "1 = inches".
We do not or have ever worked in inches.
Is there an update or patch available to fix this Bug?
In Civil 3D in the Options window it has a AEC menu, this has legacy drawing options to control the units of legacy blocks and files.
AutoCAD vanilla and Plant 3D do not have this option in the Options window.
Is there a system variable that controls this?