<?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 Re: 3D Face to Polylines Macro in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/3d-face-to-polylines-macro/m-p/7585975#M111575</link>
    <description>&lt;P&gt;It is perfect. Thank You very much&lt;/P&gt;</description>
    <pubDate>Thu, 30 Nov 2017 15:11:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-11-30T15:11:40Z</dc:date>
    <item>
      <title>3D Face to Polylines Macro</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/3d-face-to-polylines-macro/m-p/7585662#M111573</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking for macro which converts&amp;nbsp;3DFaces to Polylines. Do anybody have one?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Guide me, please, how to write one by myself?&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2017 14:14:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/3d-face-to-polylines-macro/m-p/7585662#M111573</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-30T14:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: 3D Face to Polylines Macro</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/3d-face-to-polylines-macro/m-p/7585908#M111574</link>
      <description>&lt;P&gt;Check out &lt;STRONG&gt;3DFacesTo3DPolylines.lsp&lt;/STRONG&gt;, with its &lt;STRONG&gt;3DF2PL&lt;/STRONG&gt; command, available &lt;A href="http://cadtips.cadalyst.com/linear-objects/convert-3d-faces-polylines" target="_blank"&gt;here&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2017 14:50:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/3d-face-to-polylines-macro/m-p/7585908#M111574</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2017-11-30T14:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: 3D Face to Polylines Macro</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/3d-face-to-polylines-macro/m-p/7585975#M111575</link>
      <description>&lt;P&gt;It is perfect. Thank You very much&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2017 15:11:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/3d-face-to-polylines-macro/m-p/7585975#M111575</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-30T15:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: 3D Face to Polylines Macro</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/3d-face-to-polylines-macro/m-p/7585998#M111576</link>
      <description>&lt;P&gt;If what&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/69526"&gt;@Kent1Cooper&lt;/a&gt;&amp;nbsp;directed you to doesn't work, I have one I wrote years ago to turn a sea of 3Dfaces into 3Dlines for creating a perfect Softdesk TIN.&amp;nbsp; The situation was that the vertices of 3Dfaces were treated as just random points whereas 3Dlines could be defined as breaklines.&amp;nbsp; Where 3Dfaces abut one another, the program knows to provide just one 3Dline so you don't end up with a bundle of duplicates.&lt;/P&gt;
&lt;P&gt;If you are interested in converting random 3Dfaces each to one 3D polyline, then we would have to modify the code, but it's not a huge deal.&lt;/P&gt;
&lt;P&gt;What's wrong with the 3Dfaces?&amp;nbsp; Do they have frowns?&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2017 15:18:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/3d-face-to-polylines-macro/m-p/7585998#M111576</guid>
      <dc:creator>john.uhden</dc:creator>
      <dc:date>2017-11-30T15:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: 3D Face to Polylines Macro</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/3d-face-to-polylines-macro/m-p/7586075#M111577</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3930636"&gt;@john.uhden&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;....&lt;/P&gt;
&lt;P&gt;What's wrong with the 3Dfaces?&amp;nbsp; Do they have frowns?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The genesis of that routine I linked to was actually the &lt;EM&gt;other&lt;/EM&gt; &amp;nbsp;routine that is linked to&amp;nbsp;at the beginning of&amp;nbsp;the description there, which converts 3Dfaces to &lt;EM&gt;Lines&lt;/EM&gt;&amp;nbsp; [omitting any invisible edges of the faces].&amp;nbsp; The reason for that one was a request from someone who wanted to TRIM things using the edges of 3Dfaces as trim boundaries.&amp;nbsp;&amp;nbsp;What was "wrong" with&amp;nbsp;3Dfaces in their case was that&amp;nbsp;TRIM &lt;EM&gt;doesn't accept them as boundaries&lt;/EM&gt;&amp;nbsp; [nor does EXTEND], so they needed them converted into something that &lt;EM&gt;can&lt;/EM&gt; &amp;nbsp;be used as trim boundaries.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2017 15:39:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/3d-face-to-polylines-macro/m-p/7586075#M111577</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2017-11-30T15:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: 3D Face to Polylines Macro</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/3d-face-to-polylines-macro/m-p/7586673#M111578</link>
      <description>&lt;P&gt;Thanks, Kent, for the explanation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3930636"&gt;@john.uhden&lt;/a&gt;&amp;nbsp;asked, "What's wrong with the 3Dfaces?&amp;nbsp; Do they have frowns?"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/69526"&gt;@Kent1Cooper&lt;/a&gt;&amp;nbsp;explained, "What was "wrong" with&amp;nbsp;3Dfaces ... [is] that&amp;nbsp;TRIM&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;doesn't accept them as boundaries&lt;/EM&gt;&amp;nbsp; [nor does EXTEND]"&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2017 18:20:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/3d-face-to-polylines-macro/m-p/7586673#M111578</guid>
      <dc:creator>john.uhden</dc:creator>
      <dc:date>2017-11-30T18:20:26Z</dc:date>
    </item>
  </channel>
</rss>

