几何尺寸与公差论坛------致力于产品几何量公差标准GD&T (GDT:ASME)|New GPS(ISO)研究/CAD设计/CAM加工/CMM测量

几何尺寸与公差论坛------致力于产品几何量公差标准GD&T (GDT:ASME)|New GPS(ISO)研究/CAD设计/CAM加工/CMM测量 (http://www.dimcax.com/hust/index.php)
-   DirectDWG (http://www.dimcax.com/hust/forumdisplay.php?f=89)
-   -   【转帖】dwf question (http://www.dimcax.com/hust/showthread.php?t=15851)

yang686526 2009-05-05 07:52 AM

【转帖】dwf question
 
dwf question
dwf question
if i open dwf file in ndwf_v60 version all data are set into paperspace and model space is empty. if open dwf file in ndwf_v55 version read is true.
i try to export a simple dwf file from odamfcapp and i had different result. someone have some idea because?
quote:
originally posted by rareba
if i open dwf file in ndwf_v60 version all data are set into paperspace and model space is empty. if open dwf file in ndwf_v55 version read is true.
i try to export a simple dwf file from odamfcapp and i had different result. someone have some idea because?
try to publish file using odamfcapp for checking.
i have no idea right now. what version and what configuration do you use?
you can send a file for looking at this one. perhaps it keeps something special.
misha kuzinets
exported modespace contents are not imported back in modelspace, because of the bug in dwf import. layout name property is incorrectly searched for, in 14.02
in acad 2006 this property has moved to named category, and it should be searched in both unnamed and "autocad drawing" categories.
you may fix the problem yourself.
to do so, replace first lines in getlayoutname function in dwf7importimpl.cpp, with following code:
code:
const dwfproperty* pproperty = 0;
if ((pproperty = psection->findproperty(l"layout name", l"")) != 0 ||
(pproperty = psection->findproperty(l"layout name", l"autocad drawing")) != 0)
{
to build fixed dwf import you will need to dowload original dwf toolkit from autodesk site, download dwftoolkitport from oda outgoing ftp, and apply porting patch. (readme file is in the same ftp directory)
vladimir
i try it.
thank's a lot


所有的时间均为北京时间。 现在的时间是 05:58 AM.