Message 1 of 4
Exporting FACE as DXF and keep bend lines
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Taking inspiration from this post...
I've got a working routine to create my desired face but I'd also like to keep the bend lines with the DXF. I've not been able to dig-up any options to include them, does anyone have any suggestions on a way to accomplish this?
Below is my current code adaption after various manipulations have been made to the flat pattern for CNC prep...
oFace = oCompDef.FlatPattern.TopFace
Dim oSS As SelectSet = oDoc.SelectSet
oSS.Clear
oSS.Select(oFace)
Dim Cm As CommandManager
Cm = ThisApplication.CommandManager
Cm.PostPrivateEvent(PrivateEventTypeEnum.kFileNameEvent, oDXFDir & iProperties.Value("Project", "Part Number") & ".dxf")
Dim oCtrlDef As ButtonDefinition
oCtrlDef = ThisApplication.CommandManager.ControlDefinitions.Item("GeomToDXFCommand")
Call oCtrlDef.Execute
Autodesk Inventor Certified Professional
