Message 1 of 2
Autodesk Inventor Vb.Net AddIn - Force version of Dxf output
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Can anybody help?
I have the following code, taken from a Vb.Net "Addin".
Dim extrusion As ExtrudeFeature = oCompDef.Features.ExtrudeFeatures.Item(1)
Dim sketch As Sketch = extrusion.Definition.Profile.Parent
sketch.DataIO.WriteDataToFile("DXF", DxfFileName)
Does anybody know how I can change the above to export a Dxf file to a different version of AutoCAD, for example, save to an AutoCAD 2007 dxf file?
Many thanks in advance!
Darren