<?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: Automatically cutting sections with Lisp routine? in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatically-cutting-sections-with-lisp-routine/m-p/11250451#M44175</link>
    <description>&lt;P&gt;Yeah can be done, did it like 30 years ago, the plines or lines must have a Z you just draw a line over all the linework and get all say plines then do a insersectwith and get a distance away from start point and Z value. do a sort and hey have a section. I really dont know if still have it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Look into TIN modelling by YMG&amp;nbsp;TriangV0.6.7.lsp may be a later version pretty sure did sections. So convert your 3dline work to a tin.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Better still is get the TIN that made the contours a more accurate method. It should be 3dfaces which can cut sections again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 22 Jun 2022 06:19:03 GMT</pubDate>
    <dc:creator>Sea-Haven</dc:creator>
    <dc:date>2022-06-22T06:19:03Z</dc:date>
    <item>
      <title>Automatically cutting sections with Lisp routine?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatically-cutting-sections-with-lisp-routine/m-p/11248758#M44174</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking for a solution to increase productivity through AutoCAD.&lt;/P&gt;&lt;P&gt;When cutting sections through 3D geometry consisting of only 3D Polylines.&lt;/P&gt;&lt;P&gt;WHen I do this manually, i use a line at z=0 than use the APPARENT INTERSECTION object snap to trace along this line and the intersections of the 3D geometry which creates a straight line through this section that can be then flipped up (i have worked this part out with an action macro) to create a 2D section of the slice. (please see image below to see what I am talking about)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would it be possible to automate this routine by using Lisp?&amp;nbsp;&lt;/P&gt;&lt;P&gt;If so I would be very appreciative if you could show me how as this would be a very big timesaver when cutting a vast number of these sections again in the future.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SAMPLE DWG ATTACHED&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;*I am aware that Civil 3D can do this but I primarily work with Autocad and the SECTIONPLANE command doesnt appear to work with polylines, only preexisting 3D elements*&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lwindsor73_0-1655819645844.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1082297i6AA375FF7EF5D1AE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lwindsor73_0-1655819645844.png" alt="lwindsor73_0-1655819645844.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lwindsor73_1-1655819722796.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1082298i6DA41615FD921B51/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lwindsor73_1-1655819722796.png" alt="lwindsor73_1-1655819722796.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2022 14:01:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatically-cutting-sections-with-lisp-routine/m-p/11248758#M44174</guid>
      <dc:creator>lwindsor73</dc:creator>
      <dc:date>2022-06-21T14:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically cutting sections with Lisp routine?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatically-cutting-sections-with-lisp-routine/m-p/11250451#M44175</link>
      <description>&lt;P&gt;Yeah can be done, did it like 30 years ago, the plines or lines must have a Z you just draw a line over all the linework and get all say plines then do a insersectwith and get a distance away from start point and Z value. do a sort and hey have a section. I really dont know if still have it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Look into TIN modelling by YMG&amp;nbsp;TriangV0.6.7.lsp may be a later version pretty sure did sections. So convert your 3dline work to a tin.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Better still is get the TIN that made the contours a more accurate method. It should be 3dfaces which can cut sections again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2022 06:19:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatically-cutting-sections-with-lisp-routine/m-p/11250451#M44175</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2022-06-22T06:19:03Z</dc:date>
    </item>
  </channel>
</rss>

