Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, i am publishing a selected face from a normal part with the API to a dxf File. I am using this code because doing it with an ini File does not works in this context (it's not a SheetMetal Part):
Dim Cm As CommandManager = InventorApp.CommandManager Cm.PostPrivateEvent(PrivateEventTypeEnum.kFileNameEvent, mPath.ToString) Dim oCtrlDef As ButtonDefinition = Cm.ControlDefinitions.Item("GeomToDXFCommand") oCtrlDef.Execute()
This works, but i would like to set the Version of ACAD for the dxf File. Is there a possibility to do this with the API?
Regards Martin
Martin Winkler
CAD Developer
Did you find this post helpful? Feel free to like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
Solved! Go to Solution.