04-08-2016
06:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
04-08-2016
06:59 AM
I tried using the arguments posted above, and I'm able to create a dxf using the DataIO output command. However, the commands contained display everything in the dxf in the same way as simply calling
Dim sOut As String
sOut = "FLAT PATTERN DXF?AcadVersion=2000&OuterProfileLayer=IV_INTERIOR_PROFILES"
oDataIO.WriteDataToFile(sOut, DXFSource)I tried renaming the command
&TangentLayer=IV_TANGENT
To
&TangentLayer=False
But this only changes the layer name.
is there a way to remove specific layers from being output to the dxf file using this method? I opened the xml file but I have no idea how to read it in relation to writing vb.net code.