<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic iLogic Export To DXF Lines Showing in Inventor Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-forum/ilogic-export-to-dxf-lines-showing/m-p/11222354#M74290</link>
    <description>&lt;P&gt;Hey guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;Dim&lt;/SPAN&gt; &lt;SPAN&gt;sOut&lt;/SPAN&gt; &lt;SPAN&gt;As&lt;/SPAN&gt; &lt;SPAN&gt;String&lt;/SPAN&gt; = &lt;SPAN&gt;"FLAT PATTERN DXF?AcadVersion=2018"&lt;/SPAN&gt; _
+ &lt;SPAN&gt;"&amp;amp;OuterProfileLayer=IV_EXTERIOR_PROFILES"&lt;/SPAN&gt; _
+ &lt;SPAN&gt;"&amp;amp;InvisibleLayers=IV_TANGENT"&lt;/SPAN&gt; _
+ &lt;SPAN&gt;"&amp;amp;InvisibleLayers=IV_BEND"&lt;/SPAN&gt; _
+ &lt;SPAN&gt;"&amp;amp;SimplifySplines=True"&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;This outputs the picture that I have attached which shows the bend line. Can someone let me know what I'm doing wrong here?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 08 Jun 2022 16:13:51 GMT</pubDate>
    <dc:creator>Atymburski</dc:creator>
    <dc:date>2022-06-08T16:13:51Z</dc:date>
    <item>
      <title>iLogic Export To DXF Lines Showing</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/ilogic-export-to-dxf-lines-showing/m-p/11222354#M74290</link>
      <description>&lt;P&gt;Hey guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;Dim&lt;/SPAN&gt; &lt;SPAN&gt;sOut&lt;/SPAN&gt; &lt;SPAN&gt;As&lt;/SPAN&gt; &lt;SPAN&gt;String&lt;/SPAN&gt; = &lt;SPAN&gt;"FLAT PATTERN DXF?AcadVersion=2018"&lt;/SPAN&gt; _
+ &lt;SPAN&gt;"&amp;amp;OuterProfileLayer=IV_EXTERIOR_PROFILES"&lt;/SPAN&gt; _
+ &lt;SPAN&gt;"&amp;amp;InvisibleLayers=IV_TANGENT"&lt;/SPAN&gt; _
+ &lt;SPAN&gt;"&amp;amp;InvisibleLayers=IV_BEND"&lt;/SPAN&gt; _
+ &lt;SPAN&gt;"&amp;amp;SimplifySplines=True"&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;This outputs the picture that I have attached which shows the bend line. Can someone let me know what I'm doing wrong here?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2022 16:13:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/ilogic-export-to-dxf-lines-showing/m-p/11222354#M74290</guid>
      <dc:creator>Atymburski</dc:creator>
      <dc:date>2022-06-08T16:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic Export To DXF Lines Showing</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/ilogic-export-to-dxf-lines-showing/m-p/11222665#M74291</link>
      <description>Try this answer from another topic:&lt;BR /&gt;&lt;A href="https://forums.autodesk.com/t5/inventor-ilogic-and-vb-net-forum/export-to-dxf-without-tangent-and-bending-line/m-p/8891949#M99239" target="_blank"&gt;https://forums.autodesk.com/t5/inventor-ilogic-and-vb-net-forum/export-to-dxf-without-tangent-and-bending-line/m-p/8891949#M99239&lt;/A&gt;</description>
      <pubDate>Wed, 08 Jun 2022 18:14:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/ilogic-export-to-dxf-lines-showing/m-p/11222665#M74291</guid>
      <dc:creator>Gabriel_Watson</dc:creator>
      <dc:date>2022-06-08T18:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic Export To DXF Lines Showing</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/ilogic-export-to-dxf-lines-showing/m-p/11222783#M74292</link>
      <description>&lt;P&gt;I was able to make this work with this code. Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As a sidebar, do you know why the other code wasn't working to remove those lines or no?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anthony&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2022 19:24:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/ilogic-export-to-dxf-lines-showing/m-p/11222783#M74292</guid>
      <dc:creator>Atymburski</dc:creator>
      <dc:date>2022-06-08T19:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic Export To DXF Lines Showing</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/ilogic-export-to-dxf-lines-showing/m-p/11224412#M74293</link>
      <description>You're welcome!&lt;BR /&gt;&lt;BR /&gt;I assume one of two thigns are happening to make this "right" for your preference:&lt;BR /&gt;1- the "oCommand.ControlDefinitions.Item("GeomToDXFCommand").Execute2(True)" is the key line here, and although I haven't used it myself, perhaps "Execute2" is a different way of exporting this without the bend lines;&lt;BR /&gt;2- or, "GeomToDXFCommand" is simply being executed on the top face only, since a previous line acquires the top face from the flat pattern, and perhaps that dulls it out to a dumb solid: "Dim oFace As Face = oFlatPattern.TopFace".</description>
      <pubDate>Thu, 09 Jun 2022 11:58:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/ilogic-export-to-dxf-lines-showing/m-p/11224412#M74293</guid>
      <dc:creator>Gabriel_Watson</dc:creator>
      <dc:date>2022-06-09T11:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic Export To DXF Lines Showing</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/ilogic-export-to-dxf-lines-showing/m-p/11224783#M74294</link>
      <description>&lt;P&gt;Ah I see.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Well at least we found a solution that works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anthony&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2022 14:02:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/ilogic-export-to-dxf-lines-showing/m-p/11224783#M74294</guid>
      <dc:creator>Atymburski</dc:creator>
      <dc:date>2022-06-09T14:02:28Z</dc:date>
    </item>
  </channel>
</rss>

