Publish DXF from Part Setting ACAD Version

Publish DXF from Part Setting ACAD Version

Martin-Winkler-Consulting
Advisor Advisor
415 Views
1 Reply
Message 1 of 2

Publish DXF from Part Setting ACAD Version

Martin-Winkler-Consulting
Advisor
Advisor

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.


EESignature

0 Likes
Accepted solutions (1)
416 Views
1 Reply
Reply (1)
Message 2 of 2

chandra.shekar.g
Autodesk Support
Autodesk Support
Accepted solution

@Martin-Winkler-Consulting ,

 

It is unfortunate that Inventor API does not support to export face with ACAD versions. Please log this wish list at idea station using below link.

 

https://forums.autodesk.com/t5/inventor-ideas/idb-p/v1232

 

Thanks and regards,


CHANDRA SHEKAR G
Developer Advocate
Autodesk Developer Network



0 Likes