![]() |
【转帖】odcopyex problems
odcopyex problems
odcopyex problems i have tried to use odcopyex to convert autocad 2004 file to autocad 2000 or autocad v14. resulted file is not proper. it is more smaller than source (220kb instead of 2mb) and when i opened it in autocad, i have not see source picture. the file is "oil module.dwg" from autocad 2004 samples delivery. this files contains many 3d solids. with another file which contains 2d drawing everyting seems ok. dwgdirect version 1.12.01.00 last edited by freddy; 10th november 2004 at 02:04 amfff">. after zipping it, please upload the offending source file. there is an error when i tries to upload attachment. you can find this file here: (1742 kb) nice to meet you here, fedor :-) the most probably problem is lost acis data. acis data in dwg 2004 and previous versions are in slight different formats (acis data in dwg 2004 is not native). the most probably acis data is lost because dd couldn't find dynamic module, performing conversions. if you use dll configuration (_toolkit_in_dll_ defined), you should assure modelergeometry.drx exist in same directory with executable file. if you use lib configuration, you should insert module linking macros to according section of your project: odrx_declare_static_module_entry_point(modelermodu le); odrx_begin_static_module_map() odrx_define_static_application("modelergeometry", modelermodule) odrx_end_static_module_map() (like odamfcapp.cpp near line 275) and link project with dd_vc6md_modelergeometry.lib and, probably, dd_vc6md_acisbuilder.lib. sincerely yours, george udov nice to meet you too. it seems that it is better to ask you about my problems before write in forum thank you for solution. i thought that it was because lost of acis data. we have found no errors with other entities except 3dsolid and body. hope it will help. |
所有的时间均为北京时间。 现在的时间是 07:10 AM. |