Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Can anybody help?
I am using the following Vb.Net code to export a sheet metal flat pattern dxf file.
Dim oDataIO As DataIO
oDataIO = oDoc.ComponentDefinition.DataIO
Dim sOut As String
sOut = "FLAT PATTERN DWG?AcadVersion=2000&OuterProfileLayer=Outer"
oDataIO.WriteDataToFile(sOut, DxfFileName)
The code works ok.
However,
The dxf file that it creates also includes bend lines.
Is there anyway the above code can be changed that these bend lines are not created in the dxf file?
Many thanks in advance!
Darren
Solved! Go to Solution.