<?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 Betreff: Line intersecting two curves at equal angles in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/line-intersecting-two-curves-at-equal-angles/m-p/8267581#M166379</link>
    <description>&lt;P&gt;A slight improvement of &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/822616"&gt;@leeminardi&lt;/a&gt;'s suggestion.&lt;/P&gt;&lt;P&gt;We need only one approximation - replace the spline with arcs. But we don't need the circles. Draw (at each arc) a construction line with one endpoint coincident to the arc and perpendicular to a construction line which is restrictet to the centerpoint of the arc. (I have had a similar try, but tangent to the arc. This didn't work). Now you can choose one of the angles (in my attached example set Win2 to 95, 90, 85, ...), the other angle is restricted to be equal and we get correct results. But as told this only works with arcs, not with splines.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cadder&lt;/P&gt;</description>
    <pubDate>Fri, 14 Sep 2018 04:58:59 GMT</pubDate>
    <dc:creator>j.palmeL29YX</dc:creator>
    <dc:date>2018-09-14T04:58:59Z</dc:date>
    <item>
      <title>Line intersecting two curves at equal angles</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/line-intersecting-two-curves-at-equal-angles/m-p/8265784#M166375</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I need to create an array of lines that intersect splines at equal angles. I've attached a dwg file and a jpeg file to illustrate what I need to achieve.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Each line in the array should intersect both spline curves at equal angles. However, the angle that the lines intersect the spline curves do not need to be equal from line to line. For example, if one intersecting line in the array intersects each of the two splines at 90 degrees, the next intersecting line in the array does not need to intersect the two spline curves at 90 degrees.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;James&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Sep 2018 13:38:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/line-intersecting-two-curves-at-equal-angles/m-p/8265784#M166375</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-13T13:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: Line intersecting two curves at equal angles</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/line-intersecting-two-curves-at-equal-angles/m-p/8266235#M166376</link>
      <description>&lt;P&gt;Did you try Path Array?&lt;/P&gt;
&lt;P&gt;1. Pre-select one of your existing lines.&lt;/P&gt;
&lt;P&gt;2. Click the drop-down arrow beside the Array button (Modify Panel of Home Ribbon).&lt;/P&gt;
&lt;P&gt;3. Choose Path Array on this menu.&lt;/P&gt;
&lt;P&gt;4. The Array ribbon appears.&lt;/P&gt;
&lt;P&gt;5. Change the distance between items to 10 or something(default setting is "1" on your dwg file).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Array ribbon also offers you options such as "Align Items".&amp;nbsp; Change options to see a preview of the result before clicking "Close Array".&lt;/P&gt;
&lt;P&gt;One thing many users may miss is "Associative".&amp;nbsp; This button groups all items in the Array if active.&amp;nbsp; I typically avoid the Associative option but there are great examples where it may be useful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your post asked about intersecting at equal angles but distance between the intersecting items is probably the more appropriate descriptor.&amp;nbsp; I an't really think of how to apply the concept of equal angles to the desired image because the resulting angles are dictated by the shape of your contour path/s.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;Blaine&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Sep 2018 15:58:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/line-intersecting-two-curves-at-equal-angles/m-p/8266235#M166376</guid>
      <dc:creator>beyoungjr</dc:creator>
      <dc:date>2018-09-13T15:58:17Z</dc:date>
    </item>
    <item>
      <title>Betreff: Line intersecting two curves at equal angles</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/line-intersecting-two-curves-at-equal-angles/m-p/8266366#M166377</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&amp;nbsp; schrieb:&lt;BR /&gt;&lt;BR /&gt;&lt;P&gt;Each line in the array should intersect both spline curves at equal angles.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I'm afraid in AutoCAD you can't solve this problem.&lt;/P&gt;&lt;P&gt;In this screencast &lt;A href="https://knowledge.autodesk.com/community/screencast/73841c69-7948-4b9f-bce8-59e4ddcd5ba7" target="_blank"&gt;https://knowledge.autodesk.com/community/screencast/73841c69-7948-4b9f-bce8-59e4ddcd5ba7&lt;/A&gt; I show the result how I would do it in another software (Autodesk Inventor).&lt;/P&gt;&lt;P&gt;- draw two construction lines which touch permanently the spline and are always tangential to the spline (using constraints)&lt;/P&gt;&lt;P&gt;- draw the whished line from Endpoint to endpoint&lt;/P&gt;&lt;P&gt;- add&amp;nbsp; two angle dimension and restrict this dimensions to be equal&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the video you see: If I drag the result line along the splines, it touches the splines at both sides always with the same angle to the tangent line at this point.&lt;/P&gt;&lt;P&gt;So you can draw as many lines as you want.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately this doesn't work in AutoCAD, because there is no possibility to draw (and restrict) a line tangential or perpendicular to a spline. And also no possibility to restrict two angle dimensions to get always the same value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cadder&lt;/P&gt;</description>
      <pubDate>Thu, 13 Sep 2018 16:35:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/line-intersecting-two-curves-at-equal-angles/m-p/8266366#M166377</guid>
      <dc:creator>j.palmeL29YX</dc:creator>
      <dc:date>2018-09-13T16:35:05Z</dc:date>
    </item>
    <item>
      <title>Betreff: Line intersecting two curves at equal angles</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/line-intersecting-two-curves-at-equal-angles/m-p/8266708#M166378</link>
      <description>&lt;P&gt;I think the method outlined by&amp;nbsp;@Anonymous&amp;nbsp;is the way to go.&amp;nbsp; Very slick!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, if you do not have access to Inventor and are willing to accept an approximate solution you could use the parametric features of AutoCAD.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First approximation would be to approximate the shape of the splines by a series of arcs. This can be easily done by creating a polyline using the A (arc) option along with object snap near.&lt;/P&gt;&lt;P&gt;The second approximation is the use of a very small circle to represent the tangent point of a line with an arc.&amp;nbsp; The center of this circle is necessary&amp;nbsp;as a&amp;nbsp; reference point for drawing the line between the two "splines" (arcs).&amp;nbsp;&lt;/P&gt;&lt;P&gt;The arcs are fixed in space with fixed and radial dimension constraints. The two small circles have tangent constraints with the adjacent arcs and lines. Coincident constraints are used at the ends of all touching lines.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tt3.JPG" style="width: 698px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/545953iE4250F13E73C8AE1/image-size/large?v=v2&amp;amp;px=999" role="button" title="tt3.JPG" alt="tt3.JPG" /&gt;&lt;/span&gt;Here you can see the small circle that acts as the tangent point.&amp;nbsp; It can be made smaller.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tt2.JPG" style="width: 612px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/545955i8DC8B78044D921E8/image-size/large?v=v2&amp;amp;px=999" role="button" title="tt2.JPG" alt="tt2.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You can obtain additional solutions by changing the angle value (the angle at the bottom references the top angle value).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tt4.JPG" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/545958i8EB724D3676AB090/image-size/large?v=v2&amp;amp;px=999" role="button" title="tt4.JPG" alt="tt4.JPG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tt5.JPG" style="width: 486px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/545959i49C03D0A8008B8B1/image-size/large?v=v2&amp;amp;px=999" role="button" title="tt5.JPG" alt="tt5.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Sep 2018 18:58:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/line-intersecting-two-curves-at-equal-angles/m-p/8266708#M166378</guid>
      <dc:creator>leeminardi</dc:creator>
      <dc:date>2018-09-13T18:58:39Z</dc:date>
    </item>
    <item>
      <title>Betreff: Line intersecting two curves at equal angles</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/line-intersecting-two-curves-at-equal-angles/m-p/8267581#M166379</link>
      <description>&lt;P&gt;A slight improvement of &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/822616"&gt;@leeminardi&lt;/a&gt;'s suggestion.&lt;/P&gt;&lt;P&gt;We need only one approximation - replace the spline with arcs. But we don't need the circles. Draw (at each arc) a construction line with one endpoint coincident to the arc and perpendicular to a construction line which is restrictet to the centerpoint of the arc. (I have had a similar try, but tangent to the arc. This didn't work). Now you can choose one of the angles (in my attached example set Win2 to 95, 90, 85, ...), the other angle is restricted to be equal and we get correct results. But as told this only works with arcs, not with splines.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cadder&lt;/P&gt;</description>
      <pubDate>Fri, 14 Sep 2018 04:58:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/line-intersecting-two-curves-at-equal-angles/m-p/8267581#M166379</guid>
      <dc:creator>j.palmeL29YX</dc:creator>
      <dc:date>2018-09-14T04:58:59Z</dc:date>
    </item>
  </channel>
</rss>

