高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】ecannotscalenonortho
ecannotscalenonortho
ecannotscalenonortho
hello!
i want to import some dwg file, i'm using code like this:
res = pblockreference->gettransformedcopy(*a_ptransmat,pcopy);
i have three blocks nested in model space so a_ptransmat is identical for them.
problem: for the firsth block gettransformedcopy return res = ecannotscalenonortho and the result for the rest of them is eok.
why? and what can i do in situation like this?
regards,jarek
i haved the same probleme
in autocad, the first insert has different xscale, yscale and zscale, so when you use gettransformedcopy, you have this error
laurent
thanks,
laurent
|