Community
Inventor Programming - iLogic, Macros, AddIns & Apprentice
Inventor iLogic, Macros, AddIns & Apprentice Forum. Share your knowledge, ask questions, and explore popular Inventor topics related to programming, creating add-ins, macros, working with the API or creating iLogic tools.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

using the API to savecopyas (solid only)

3 REPLIES 3
Reply
Message 1 of 4
Anonymous
365 Views, 3 Replies

using the API to savecopyas (solid only)

I'm using the TranslatorAddIn to save a copy of a IPT file to a DWG file, I have that much but I would

like to only save the Solid not any surfaces or sketches, how would i go about saving only the solid?

any help would be great.

 

Thanks,

Wade

3 REPLIES 3
Message 2 of 4
Anonymous
in reply to: Anonymous

ok i got that figured out..put how would i go about having it save as autocad 2004 dwg?

Message 3 of 4
Anonymous
in reply to: Anonymous

I think the way to do this would be to manipulate the .ini file (which can be saved during a "save copy as dwg" operation) , and call it somehow through the API.

Message 4 of 4
Anonymous
in reply to: Anonymous

thanks for the idea, but i decided to go with

 

' DWG version.   23 = ACAD 2000, 25 = ACAD 2004, 27 = ACAD 2007, 29 = ACAD 2010    

 oOptions.Value("DwgVersion") = 23

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report