高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】dimfxl problem
dimfxl problem
dimfxl problem
hi,
a dimension has an overall scaling factor (dimscale).
the fixed length witness line length (dimfxl) should be scaled by that factor, but in dd(ver 2.2.0) it is not. is there a workaround for this problem. all the advises will be appreciated.
regards,
nino
hi nino,
it is really bug in dwgdirect. it will be fixed in next release ( 2.3.1 maintenance update has been scheduled for may 18). thank you for report.
you can also correct method oddimrecomputor::getdimparams() in extensions\recomputedimblock\oddimrecomputor.cpp. you need change line "m_extlinefixlen = pdim->getextlinefixlen();" to "m_extlinefixlen = pdim->getextlinefixlen()*pdim->dimscale();".
best regards,
sergey z.
|