Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hey guys,
I'm trying to use iLogic to export a DXF. In our business, we just want the outer exterior profile of the Flat Pattern and that's it. We don't want to show any bend lines or anything. I have labeled the variable to output as such.
Dim sOut As String = "FLAT PATTERN DXF?AcadVersion=2018" _ + "&OuterProfileLayer=IV_EXTERIOR_PROFILES" _ + "&InvisibleLayers=IV_TANGENT" _ + "&InvisibleLayers=IV_BEND" _ + "&SimplifySplines=True"
This outputs the picture that I have attached which shows the bend line. Can someone let me know what I'm doing wrong here?
Thanks!
Solved! Go to Solution.