Page 1 of 1

How to use block attributes in part library's ...

Posted: Sat Sep 28, 2013 8:29 pm
by Husky
QCAD Changelog / 3.3.2 (2013/09/24)
"Support for block attributes in part library items"

I tried this new feature - but I'm struggling with that :oops:

I saved a block (already existing) title-block with attributes in my library - insert this block in a new drawing - and all attribute reference points are messed up. Looks like they are scaled by a different factor ...
If I check the text (Attribute) position in the block edit modus .... everything seems to be fine. What I'm doing wrong?

Block edit modus:
Husky-2013.09.28-01.png
Husky-2013.09.28-01.png (5.27 KiB) Viewed 7245 times
Model_space modus:
Husky-2013.09.28-02.png
Husky-2013.09.28-02.png (15.17 KiB) Viewed 7245 times

Re: How to use block attributes in part library's ...

Posted: Sat Sep 28, 2013 8:48 pm
by andrew
Thanks for the report. Can you attach the library item file? Thanks.

Re: How to use block attributes in part library's ...

Posted: Sat Sep 28, 2013 8:54 pm
by Husky
andrew wrote:Thanks for the report. Can you attach the library item file? Thanks.
Certainly 8)
test2.dxf
(97.26 KiB) Downloaded 542 times

Re: How to use block attributes in part library's ...

Posted: Sat Sep 28, 2013 9:00 pm
by Husky
I tested a little more - my guess is it is a "Drawing unit" problem.
Same unit works - different units are not ... :(

Re: How to use block attributes in part library's ...

Posted: Sat Sep 28, 2013 9:08 pm
by andrew
Yes, you're right. Attributes are not scaled according to units. I will look into that:
http://www.qcad.org/bugtracker/index.ph ... ask_id=931

A workaround is to synchronize after insertion:
Block - Attributes - Synchronize Attributes

Re: How to use block attributes in part library's ...

Posted: Sat Sep 28, 2013 9:13 pm
by Husky
Thank's Andrew!