<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://communities.bentley.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Get intersection points for unconnected line</title><link>https://communities.bentley.com/products/programming/microstation_programming/f/bdn-vba/102405/get-intersection-points-for-unconnected-line</link><description>How to get the intersection point between two unconnected lines using vba (similar to intersect snap) as shown in screenshot given below?</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Get intersection points for unconnected line</title><link>https://communities.bentley.com/thread/305178?ContentTypeID=1</link><pubDate>Fri, 07 Nov 2014 07:07:43 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:cd20e4f7-2a83-40ff-b1f0-bf5515d81b8b</guid><dc:creator>Jan Šlegr</dc:creator><description>Hi Dharmarajan,&lt;br /&gt;
&lt;br /&gt;
you can use e.g. Ray3dRay3dIntersectXY method or similar method Segment3dSegment3dIntersectXY (the difference is only if it works with Ray3d or Segment3d). Be aware they calculates &amp;quot;visual intersection&amp;quot; in XY, not true intersection in XYZ. So if you work in 3D, you have to make a further test if the found intersection is apparent one only or a true intersection.&lt;br /&gt;
&lt;br /&gt;
With regards,&lt;br /&gt;
&lt;br /&gt;
  Jan&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>