高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】problem setting dimblk1 and dimblk2
problem setting dimblk1 and dimblk2
problem setting dimblk1 and dimblk2
hi
i can change the arrows of a dimension using pdimstyle->setdimblk. but when i want to set
pdimstyle->setdimblk1 and pdimstyle->setdimblk2 it doesn't work.
do i need to set/activate something before setting dimblk1 or dimblk2?
hello,
could you explain your problem more detail? and what version dwgdirect do you use? it seems was similar problem before.
best regards,
sergey z.
i am using the latest public release 2.7.
in my app i have a dimstyle form similiar to acad and under the symbols and arrows tab i set the first and second arrow head. if i set pdimstyle->setdimblk it works fine, i can see both arrows heads changing. but if i set pdimstyle->setdimblk1 or pdimstyle->setdimblk2 nothing happens.
i suspect there is something i am missing. do i have to set dimblk to a specific value before setting dimblk1 or dimblk2?
hello,
try to setdimsah variable
"controls the display of dimension line arrowhead blocks.
off use arrowhead blocks set by dimblk
on use arrowhead blocks set by dimblk1 and dimblk2"
best regards,
sergey z.
thank you very much sergey.
|