<?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: Divide a curve into equal x axis segments in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/divide-a-curve-into-equal-x-axis-segments/m-p/7972813#M181213</link>
    <description>&lt;P&gt;I will attempt using scale and offset as suggested by &lt;SPAN&gt;ChicagoLooper&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class="lia-message-author-rank lia-component-author-rank"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;when I return to work tomorrow. If it works I will post the solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Tue, 01 May 2018 20:25:54 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-05-01T20:25:54Z</dc:date>
    <item>
      <title>Divide a curve into equal x axis segments</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/divide-a-curve-into-equal-x-axis-segments/m-p/7971346#M181205</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I will like to&amp;nbsp;measure a spline into using equal spaced divisions based on a ruler&amp;nbsp; located&amp;nbsp; on the x axis.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Measure and divide command space equal along the spline only. see image. The top is using measure command. but I actually like to achieve the bottom effect. Is there a way this can be achieved on any curve?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Divide or Measure Command.jpg" style="width: 427px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/495167i8ADBFB1B6989E2EE/image-size/large?v=v2&amp;amp;px=999" role="button" title="Divide or Measure Command.jpg" alt="Divide or Measure Command.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 May 2018 08:08:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/divide-a-curve-into-equal-x-axis-segments/m-p/7971346#M181205</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-01T08:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: Divide a curve into equal x axis segments</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/divide-a-curve-into-equal-x-axis-segments/m-p/7971390#M181206</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt;&amp;nbsp;&lt;FONT color="#999999"&gt;&lt;EM&gt;Divide a curve into equal x axis segments&lt;/EM&gt;&lt;/FONT&gt; &amp;lt;&amp;lt;&lt;/P&gt;
&lt;P&gt;as i understand that you want to get &lt;U&gt;equal&lt;/U&gt; horizontal ( x ) spaces from &lt;U&gt;equal&lt;/U&gt; divided curved spline .... i doubt that it could be !!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Tue, 01 May 2018 08:46:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/divide-a-curve-into-equal-x-axis-segments/m-p/7971390#M181206</guid>
      <dc:creator>imadHabash</dc:creator>
      <dc:date>2018-05-01T08:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: Divide a curve into equal x axis segments</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/divide-a-curve-into-equal-x-axis-segments/m-p/7971429#M181207</link>
      <description>&lt;P&gt;That will be&amp;nbsp;two conflicting task. The divisions along spline cannot be equal.&lt;/P&gt;</description>
      <pubDate>Tue, 01 May 2018 09:21:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/divide-a-curve-into-equal-x-axis-segments/m-p/7971429#M181207</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-01T09:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: Divide a curve into equal x axis segments</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/divide-a-curve-into-equal-x-axis-segments/m-p/7971863#M181208</link>
      <description>&lt;P&gt;That can certainly be done with an AutoLisp routine.&amp;nbsp; It would be a matter of stepping along the X increments, drawing a temporary vertical Line at each location, finding where it [virtually if not actually]&amp;nbsp;intersects the Spline using the (intersectwith) method, and&amp;nbsp;drawing a Point on&amp;nbsp;the Spline there.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tell us more about initial conditions and steps.&amp;nbsp; Is there a Line drawn horizontally at the bottom already?&amp;nbsp; Do you want that Line and the vertical ones left in the drawing in the end, or are they only temporary for determining the locations of the Points?&amp;nbsp; Is it to be more like Divide or Measure in the spacing in the X direction?&amp;nbsp; Is that to be calculated from that base line [if it exists], or specified by the User?&amp;nbsp; Etc., etc.&lt;/P&gt;</description>
      <pubDate>Tue, 01 May 2018 13:50:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/divide-a-curve-into-equal-x-axis-segments/m-p/7971863#M181208</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2018-05-01T13:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: Divide a curve into equal x axis segments</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/divide-a-curve-into-equal-x-axis-segments/m-p/7971926#M181209</link>
      <description>&lt;OL&gt;&lt;LI&gt;Extend the red lines so that they go past the spline.&lt;/LI&gt;&lt;LI&gt;Make a &lt;STRONG&gt;copy&lt;/STRONG&gt; of the spline and the red lines a known distance away from the original.&lt;/LI&gt;&lt;LI&gt;Give the &lt;STRONG&gt;trim&lt;/STRONG&gt; command and select all the vertical red lines in the original and the copy.&lt;/LI&gt;&lt;LI&gt;Hit Enter and then click on the 1st, 3rd, 5th,... segments of the original spline as well as the 2nd, 4th, 6th,... segments of the copy of the spline.&lt;/LI&gt;&lt;LI&gt;Move the spline segments from the copy back to their original position.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="g1.JPG" style="width: 716px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/495263i2FD0114DC4AF4A06/image-size/large?v=v2&amp;amp;px=999" role="button" title="g1.JPG" alt="g1.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 May 2018 14:11:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/divide-a-curve-into-equal-x-axis-segments/m-p/7971926#M181209</guid>
      <dc:creator>leeminardi</dc:creator>
      <dc:date>2018-05-01T14:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: Divide a curve into equal x axis segments</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/divide-a-curve-into-equal-x-axis-segments/m-p/7971997#M181210</link>
      <description>&lt;P&gt;Sorry I am using AutoCad LT 2014&lt;/P&gt;</description>
      <pubDate>Tue, 01 May 2018 14:39:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/divide-a-curve-into-equal-x-axis-segments/m-p/7971997#M181210</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-01T14:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: Divide a curve into equal x axis segments</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/divide-a-curve-into-equal-x-axis-segments/m-p/7972361#M181211</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous wrote:&lt;BR /&gt;
&lt;P&gt;Sorry I am using AutoCad LT 2014&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Than you'll probably have to draw a vertical Line and Array it or something, and manually place the Points where each one intersects the Spline [as I imagine you did for the second image].&amp;nbsp; I don't think there's any way to&amp;nbsp;get that result any more directly with ordinary AutoCAD&amp;nbsp;commands, so without AutoLisp capability you're stuck.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;[It's always a good idea to indicate that you're using LT when posting a question, since in so many cases it has such an affect on the solutions people can suggest.]&lt;/P&gt;</description>
      <pubDate>Tue, 01 May 2018 17:09:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/divide-a-curve-into-equal-x-axis-segments/m-p/7972361#M181211</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2018-05-01T17:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: Divide a curve into equal x axis segments</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/divide-a-curve-into-equal-x-axis-segments/m-p/7972696#M181212</link>
      <description>&lt;P&gt;If you would like to "measure a spline into using equal spaced divisions based on a ruler&amp;nbsp; located&amp;nbsp; on the x axis" then you are technically not measuring the&amp;nbsp; spline. You are actually dividing that portion of the x-axis directly below the curve, or mathematically (X2-X1) / 14 = Y. Where Y= the distance that will provide 14 equally spaced sections under the curve&amp;nbsp;when measured&amp;nbsp;along the x-axis.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since your parameter requires the spacing to be equal when placing a ruler on the x-axis, using the 'DIVIDE' or 'MEASURE' command on the curve&amp;nbsp;will give erroneous results because the slope&amp;nbsp;of the curve&amp;nbsp;varies from&amp;nbsp;section to section. If we use geometric&amp;nbsp;principles and&amp;nbsp;apply the Pythagorem theorem (where A² + B² = C²) you are only interested in the x-component of&amp;nbsp;each section and don't care about the y-component.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are many ways you can accomplish this in Cad. Using SCALE and OFFSET commands is just one way.&lt;/P&gt;&lt;P class="screencast_id"&gt;6c2f8394-90fe-4095-bbc1-1f29ff77c98d&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 May 2018 19:38:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/divide-a-curve-into-equal-x-axis-segments/m-p/7972696#M181212</guid>
      <dc:creator>ChicagoLooper</dc:creator>
      <dc:date>2018-05-01T19:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: Divide a curve into equal x axis segments</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/divide-a-curve-into-equal-x-axis-segments/m-p/7972813#M181213</link>
      <description>&lt;P&gt;I will attempt using scale and offset as suggested by &lt;SPAN&gt;ChicagoLooper&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class="lia-message-author-rank lia-component-author-rank"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;when I return to work tomorrow. If it works I will post the solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 01 May 2018 20:25:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/divide-a-curve-into-equal-x-axis-segments/m-p/7972813#M181213</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-01T20:25:54Z</dc:date>
    </item>
  </channel>
</rss>

