Issue:

After inserting an attribute block in ZWCAD and specifying the insertion point, scale, and rotation angle, the command terminates without displaying the "Edit Block Attribute" dialog box.
No prompt appears in the command line to input attribute values. What is the reason for this?

Causes:

In ZWCAD, two system variables control the editing method and the requirement to input attribute values upon inserting an attribute block.

ATTDIA controls whether attribute values are entered via a dialog box or directly within the command line during attribute block insertion.

ATTREQ controls whether default attribute values are automatically applied during insertion.

The issue where neither the Edit Block Attribute dialog box appears nor command line prompts occur is caused by the ATTREQ system variable being set to 0.

Solution:

  1. In the ZWCAD command line, execute the command ATTREQ and set the new value to 1.
  2. Execute the command ATTDIA and set the new value to 1.
  3. Upon the next insertion of an attribute block, the Edit Block Attribute dialog box will successfully appear.



★Why doesn't the edit block attribute dialog box pop up when inserting an attribute block in ZWCADhttps://confluence.zwcad.com/pages/viewpage.action?pageId=321159325