查看单个帖子
旧 2009-05-04, 07:44 PM   #1
yang686526
高级会员
 
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
yang686526 向着好的方向发展
默认 【转帖】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.
yang686526离线中   回复时引用此帖
GDT自动化论坛(仅游客可见)