高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】problems writing dxf with 6 decimal precision
problems writing dxf with 6 decimal precision
problems writing dxf with 6 decimal precision
hi,
i have a problem when i'm writing a dxf file.
it's ok when i use pdb->writefile(buffer, oddb::kdxf, oddb::kdhl_1009);
but, if i use pdb->writefile(buffer, oddb::kdxf, oddb::kdhl_1009, false, 6) then i have a point-flotating error.
what is it incorrect?
thanks.
try using
oddb::vac09
insead of oddb::kdhl_1009 - i just tested this using our example odcopyex.
if you still have a floating point issue using verison 1.09 with the example - send me the drawing that exibits this error.
|