
Originally Posted by
jguest
The problem turned out to be an issue with the line type definitions within the drawing.
(Thanks to Matt, in the Autodesk Discussion Groups)
It took a while to find that problem even still, as the drawings themselves were using the ACADISO.lin file, as was the template that I created the drawings from.
I managed to track the problem down to the block libraries that have been supplied with AutoCAD Electrical.
It just happens that I had inserted a block from these libraries which contained a dashed line, the block had been created using the ACAD.lin linetype definition file rather than the ACADISO.lin file (even though the symbols I was using are supposed to be IEC symbols) thus leaving behind the definition from the ACAD.lin file which is then used from this point forward whenever a dashed line is drawn.
This then creates a situation where, regardless of what you set the LTSCALE variable at, you will have two different line type scales operating in the one model space due to the scale difference between the two .lin files.