高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】problem about oddwfexporte
problem about oddwfexportex
problem about oddwfexportex
in oddwfexportex, there are codes as follows
importer->properties()->putat( "database", pdb );
importer->properties()->putat( "dwfpath", odrxvariantvalue( odstring(argv[1]) ) );
importer->properties()->putat( "password", odrxvariantvalue( odstring("") ) );
importer->properties()->putat( "paperwidth", odrxvariantvalue( 297. ) );
importer->properties()->putat( "paperheight", odrxvariantvalue( 210. ) );
// if color indices are preserved, rgb color may differ
importer->properties()->putat( "preservecolorindices", odrxvariantvalue(true) );
// you may select which layout to import
importer->properties()->putat( "layoutnumber", odrxvariantvalue(odint32(-1)) );
// enables importing hsf 3d model from new dwf files (beta version, use for testing)
importer->properties()->putat( "importw3d", odrxvariantvalue(true) );
where putat(
const odstring& key,
odrxobject* pobject,
oduint32* pretid = 0)
is there any other key setting?
thank you very much!
available properties are listed at the start of the file imports\dwfimport\source\dwfimportimpl.cpp
vladimir
thank you again!
but i still doubt the (lineweight 122) in the ascii code of dwf file, which was converted from the dwg file, where i set the lineweight as 0.25mm.
would you like to give me a hand?
with great appreciation!
ascii code of line.dwf file as follows
"
(dwf v00.42)
(inkedarea 02147439776,00000037909 02147439776,00000055731 02147395754,00000055731 02147395754,00000037909)
(author safin)
(creator 'genuine autocad 2002 (15.06) - autodesk(r) design your world (tm)')
(created 1208244954 '2008-4-15 15:35:54' '{cd2c82d9-9e68-4017-b7a1-87d300d479dc}')
(modified 1208244954 '2008-4-15 15:35:54' '{cd2c82d9-9e68-4017-b7a1-87d300d479dc}')
(sourcefilename line.dwg)
(sourcecreated 1208244897 '2008-4-15 15:34:57' '{814e9701-a9dd-4d74-8743-0a80bd32d6c5}')
(sourcemodified 1208244939 '2008-4-15 15:35:39' '{0df69f56-9c60-46a8-a53e-07df41b7ab2c}')
(embed 'image/vnd.dwg;' 'genuine autocad 2002 (15.06) - autodesk(r) design your world (tm)' 'line.dwg' '')
(namedview 2147364978,0 2147483647,75919 initial)
(view 2147364978,0 2147483647,75919)
(background 0)
c 225
(lineweight 122)
(linestyle
(linejoin round)
(linestartcap round)
(lineendcap round))
(layer 1 0)
(viewport ''
(contour 1 4 2147483647,0 2147483647,75920 2147364978,75920 2147364978,0) )
l 2147395754,55731 2147439776,37909
(endofdwf)
"
attached files (1.0 kb, 1 views)
(25.8 kb, 2 views)
|