Issue:

As shown in the image below, why does a polyline display as 0 lineweight and lose its global width after being exploded, even after being converted back to a polyline?

Before being exploded:

After being exploded and converted back to a polyline:


Causes:

  • For lineweight:
    This is because the LWDISPLAY variable is set to OFF.

  • For Global width:
    This is because the EXPLODE command causes the polyline to lose its global width.

Solution:

  • For lineweight:
  1. Execute the LWDISPLAY command in the command line.
  2. Follow the prompt and enter ON.
  3. After the operation, the line will display the correct lineweight.
  • For global width:
    It cannot be restored unless the original global width value is known and manually redefined.


CN Solution
JP Solution


★Why does a polyline display as 0 lineweight and lose its global width after being exploded in ZWCADhttps://confluence.zwcad.com/pages/viewpage.action?pageId=329646198

  • No labels