<?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: Shortest Distance between Curves On Center-Line Help in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/shortest-distance-between-curves-on-center-line-help/m-p/10207217#M80849</link>
    <description>&lt;P&gt;Assuming the "curves" in your drawing are arcs,&amp;nbsp; the length of the straight line in your drawing is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;L = 2 * Sqrt( rc^2 - ri^2)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;where rc = radius of center line arc, ri = radius of inside curve&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This ignores the diameter&amp;nbsp; of the pipe.&amp;nbsp; To include the pipe diameter use:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;L = 2 * sqrt(rc^2 - (ri + diaPipe/2)^2)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;where diaPipe is pipe diameter&lt;/P&gt;</description>
    <pubDate>Fri, 02 Apr 2021 12:08:31 GMT</pubDate>
    <dc:creator>leeminardi</dc:creator>
    <dc:date>2021-04-02T12:08:31Z</dc:date>
    <item>
      <title>Shortest Distance between Curves On Center-Line Help</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/shortest-distance-between-curves-on-center-line-help/m-p/10206520#M80846</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone please help me out? I am trying to determine the longest sections of straight pipe I can run between two curves with the &lt;U&gt;least amount of intersections&lt;/U&gt;. The caveat is that the intersection points must always be on the centerline between the two boundaries/curves. Lines (pipes) must be within the two boundary curves or can be tangent at most. Every intersection of pipe saved saves the client money.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone suggest a workflow to help solve this? I am trying to find a AutoCAD tool or math equation which would yield the 100% best scenario every time to have the least amount of intersections and least amount of pipe. I know that mathematically there should only be one correct answer/scenario for any given curve and the equation/tool to find that out is my goal right now. There are also limits on single lengths of pipe that can be used. Thank you in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="carlitosb45_0-1617337743546.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/901418iD6B2C220F18D1541/image-size/large?v=v2&amp;amp;px=999" role="button" title="carlitosb45_0-1617337743546.png" alt="carlitosb45_0-1617337743546.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Apr 2021 04:38:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/shortest-distance-between-curves-on-center-line-help/m-p/10206520#M80846</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-04-02T04:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: Shortest Distance between Curves On Center-Line Help</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/shortest-distance-between-curves-on-center-line-help/m-p/10207084#M80847</link>
      <description>&lt;P&gt;Draw a LINE from anywhere on the center-line curve, PERpendicular to the inboard bounding curve.&amp;nbsp; ROTATE that Line 90° about its inboard end in either direction.&amp;nbsp; EXTEND it both ways to the center-line curve.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the result is not too long, you can use MIRROR, with the mirror line being from an ENDpoint to the CENter of the curve, to get adjacent runs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it's too long, you can SCALE it down to the maximum length using the Reference-length option.&amp;nbsp; Then select it, grab the grip at one end, hit Enter until the Rotate option comes up, pick the Copy option within that, and rotate the copy 90° in the direction that puts the copy aiming outboard, i.e. crossing the center-line curve.&amp;nbsp; MOVE the source Line from the common ENDpoint to the INTersection of the rotated copy with the center-line curve.&amp;nbsp; MIRROR as above for adjacent runs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Either way, you will probably need to ROTATE the collected runs about the CENter of the curves, to get the ends to land in a workable place.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Apr 2021 11:01:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/shortest-distance-between-curves-on-center-line-help/m-p/10207084#M80847</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2021-04-02T11:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: Shortest Distance between Curves On Center-Line Help</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/shortest-distance-between-curves-on-center-line-help/m-p/10207119#M80848</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you might solve this using parametrics.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;First fix your base curves&lt;/LI&gt;
&lt;LI&gt;then set your standard objectsnap to &lt;STRONG&gt;&lt;FONT color="#333399"&gt;NEA&lt;/FONT&gt;&lt;/STRONG&gt;rest&lt;/LI&gt;
&lt;LI&gt;activate &lt;STRONG&gt;&lt;FONT color="#333399"&gt;CONSTRAINTINFER&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;draw polylines along the outer curve&lt;/LI&gt;
&lt;LI&gt;now use constraint "tangent" to bind the polyline segments to the inner curve.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;div class="video-embed-center video-embed"&gt;&lt;iframe class="embedly-embed" src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FvgVq8BSNNic%3Ffeature%3Doembed&amp;amp;display_name=YouTube&amp;amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DvgVq8BSNNic&amp;amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FvgVq8BSNNic%2Fhqdefault.jpg&amp;amp;type=text%2Fhtml&amp;amp;schema=youtube" width="400" height="225" scrolling="no" title="ACADsupp_constraints_2022_AN01" frameborder="0" allow="autoplay; fullscreen; encrypted-media; picture-in-picture" allowfullscreen="true"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Fri, 02 Apr 2021 11:23:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/shortest-distance-between-curves-on-center-line-help/m-p/10207119#M80848</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2021-04-02T11:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: Shortest Distance between Curves On Center-Line Help</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/shortest-distance-between-curves-on-center-line-help/m-p/10207217#M80849</link>
      <description>&lt;P&gt;Assuming the "curves" in your drawing are arcs,&amp;nbsp; the length of the straight line in your drawing is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;L = 2 * Sqrt( rc^2 - ri^2)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;where rc = radius of center line arc, ri = radius of inside curve&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This ignores the diameter&amp;nbsp; of the pipe.&amp;nbsp; To include the pipe diameter use:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;L = 2 * sqrt(rc^2 - (ri + diaPipe/2)^2)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;where diaPipe is pipe diameter&lt;/P&gt;</description>
      <pubDate>Fri, 02 Apr 2021 12:08:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/shortest-distance-between-curves-on-center-line-help/m-p/10207217#M80849</guid>
      <dc:creator>leeminardi</dc:creator>
      <dc:date>2021-04-02T12:08:31Z</dc:date>
    </item>
  </channel>
</rss>

