Message 1 of 2
Export Sketch to DXF and Control Entity target layers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is there any way to export a sketch to DXF and control the target layer of sketch entities?
Solid Lines go to Layer=0
Construction Lines go to Layer=Construction
Center Lines go to Layer=Center
I am currently using
Sketch.DataIO.WriteDataToFile("DXF", strDXFOutputFile)
which send everything to layer=0
Joe