高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】moving dimension te
moving dimension text
moving dimension text
hi,
when we moved the dimension text in the previous dwgdirect releases by using the oddbdimension::settextposition() and oddbdimension::usesettextposition functions, the text was moved and the dimension line was not moved which was ok for us. in the dwgdirect 1.14.02 version, however, when we move the text by using the same functions, the dimension line is automatically aligned to it. can we break somehow the connection of the two? we would like it to be separated.
thanks in advance to any help
best regards
chudomir
hi,
dimension has property "text movement" (dimtmove variable).
0 moves the dimension line with dimension text
1 adds a leader when dimension text is moved
2 allows text to be moved freely without a leader
you need to set this variable to 2. dwgdirect didn't take into account in previous version.
best regards,
sergey z.
thanks a lot! we'll try it.
best regards
chudomir
|