![]() |
【转帖】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. |
所有的时间均为北京时间。 现在的时间是 03:15 PM. |