|
saving a single sheet as dxf
hi,
i'm currently saving a dxf version of a drawing using swmodel.saveas4.
this is a very nice solution, as it is very very simple.
however, it saves my entire drawing (with all existing sheets) as a dxf.
is it possible to only save a chosen sheet and not bring the others into the dxf?
nicolai søndergaard
lm glasfiber a/s
swmodel.setuserpreferenceintegervalue(swdxfmultisheetoption, 0)
originally posted by: luke malpass
swmodel.setuserpreferenceintegervalue(swdxfmultisheetoption, 0)
i tried doing this, but i still get 2 sheets. i placed it right before my saveas call and i have the sheet i want to save, activated. am i doing it wrong?
in my sw drw, i have a drawing sheet and then there is an extra sheet called 'dxf'. it's the dxf sheet i want to saveas dxf.
when i do this though, i get two tabs in my dxf file. one called 'model', which contains my drawing sheet, and one called dxf which contains the dxf sheet.
nicolai søndergaard
lm glasfiber a/s
so i ended up deleting the other sheets, before creating the dxf, and not save it with the sheets missing.
it works, but i don't really like it.
i'm still looking for a way to specify which sheets should be included in my save.
nicolai søndergaard
lm glasfiber a/s |
|