dynamic block FOR ROOM LABELING

dynamic block FOR ROOM LABELING

contact_engrfaizapr
Explorer Explorer
872 Views
3 Replies
Message 1 of 4

dynamic block FOR ROOM LABELING

contact_engrfaizapr
Explorer
Explorer

Hello,

I'm working on creating a dynamic block to label room dimensions dynamically. However, I'm encountering an issue where the attributes are displaying parameter values as #### instead of the expected values. I'm seeking guidance on rectifying this issue and understanding the reason behind it. Additionally, I'm exploring methods to display the room dimensions at the center of the room in the format described within the text in a DWG file.

Thank you in advance for any assistance provided.

0 Likes
Accepted solutions (1)
873 Views
3 Replies
Replies (3)
Message 2 of 4

contact_engrfaizapr
Explorer
Explorer

in case if dwg file is not attached with above msg.

0 Likes
Message 3 of 4

contact_engrfaizapr
Explorer
Explorer

please if any expert removes #### issue. rest I can do then.

0 Likes
Message 4 of 4

Libbya
Mentor
Mentor
Accepted solution

None of the fields are valid.  I don't know what you did, but here's how to fix it. 

 

Open the block in block editor.

Select the Length attribute, go to properties, changed Lock position to Yes. 

Double-click the Length attribute.

Select the field in Default and delete it.

Click on OK.  (Yes, close the attribute dialog)

Double-click the Length attribute again.

Right-click in the Default text area.

Select 'insert field' from the menu.

In the Field dialog, for Field Name select BlockPlaceholder.

In the Block reference property select Distance1.

Click OK.

Test your block.  Be sure to run ATTSYNC in modelspace to existing insertions.  

 

0 Likes