10-Jan-2024
If the line type changes after copying objects from one drawing to another in ProgeCAD, the problem is usually caused by different LTSCALE values between the two drawings.
This is a common issue when working with multiple DWG files. Fortunately, it can be fixed in just a few steps.
Every drawing stores its own line type scale using the LTSCALE system variable. If the source drawing and destination drawing use different values, dashed, dotted, or hidden lines may appear differently after pasting.
If the values are different, change the destination drawing's LTSCALE to match the source drawing.
After changing the value, type:
REGEN
or
REGENALL
to refresh the drawing.
LTSCALE controls the global line type scale for a drawing. Matching this value between drawings ensures that dashed and hidden lines display consistently after copying or inserting objects.
This usually happens because the LTSCALE values are different between the two drawings.
Use the LTSCALE command to check and modify the line type scale.
No. Running the REGEN or REGENALL command is normally sufficient.
No. It only affects how line types are displayed, not the DWG file itself.
If line types appear differently after copying objects between drawings, the first setting to verify is LTSCALE. Matching the LTSCALE values in both drawings and regenerating the drawing usually resolves the issue quickly.