problem about dwf 5.5 and dwf 6.0
problem about dwf 5.5 and dwf 6.0
who know the defference between dwf 5.5 and dwf 6.0?
please have a look at the attachment, and there have no data in model_space when i open the dwf60.dwf with odamfcapp.exe.
in our program, i can import dwf 5.5 correctly, but can't import dwf6.0
because there have no data in model_space, so i can't get any block reference when importing dwf 6.0.
what should i do?
attached files
dwf v.6 generally contains several sheets, which are imported into newly created layouts.
there is one special case when the entities will get into model space - it is when the sheet has a "layout name" property set to "model"
vladimir
i am sorry, i can't understand.
do you have some examples?
in our program, i get data from dwg databae like this:
getheader()
getlinetype()
gettexttype()
getlayer()
getblock()
getentityfrommodelspace()
but when importing dwf6.0, i can't get data from modelspace. i open it with odamfcapp, and i found that there have data in paperspace. so, i add function getentityfrompaperspace(), and i can import dwf6.0, but there have some problems when importing dwg-files.
quote:
originally posted by
dud@rib.de
i am sorry, i can't understand.do you have some examples?
entire dwf import is kind of example - it's sources are in "imports" directory.
also there is a usage example in examples/oddwfimportex
quote:
... but there have some problems when importing dwg-files.
what kind of problems?
vladimir
there have some same entitlies in model_space and paper_space. so, if i also get entitlies from paper_space, it will have some unwanted objects. maybe our app is not correct, but i can't fount out the reason now.
thank you very much, and i will have a look at the example.