Cannot change linetype when exporting to dxf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I created a program to export Inventor sheet metal models to dxf. Pretty much uses the translator from the sample code in the help. Most everyone's is working fine, but a select few will only get continuous lines at the bends when we need dashed lines.
I am using the below code to set the linetypes and it works fine. I've changed to different values just to make sure it is controlling the linetype, and it is.
Dim sOut As String = "FLAT PATTERN DWG?AcadVersion=2010&IV_Bend=37634&IV_BendLayerColor=0;255;255&BendUpLayerLineType=37634&BendUpLayerColor=255;255;0&BendDownLayerLineType=37634&BendDownLayerColor=0;255;255&InvisibleLayers=IV_ARC_CENTERS;IV_TANGENT"
I have tried everything I can think of to get it to work with the few people that only get continuous lines, but I am at a loss. Has anyone experienced and resolved this problem?
Thanks in advance.
Master Drafter/ CAD Programmer
Using Inventor 2018