<?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: Find intersection of 3dface(acdbFace) with line (acdbline) in ObjectARX Forum</title>
    <link>https://forums.autodesk.com/t5/objectarx-forum/find-intersection-of-3dface-acdbface-with-line-acdbline/m-p/12631816#M1033</link>
    <description>&lt;P&gt;But I have once more question - how do I recognize, if the interception point lies on the 3dFace (between the bordered line) or outside? Because the AcGePlanar is infinity, is not it?&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2024 10:22:34 GMT</pubDate>
    <dc:creator>majklha</dc:creator>
    <dc:date>2024-03-11T10:22:34Z</dc:date>
    <item>
      <title>Find intersection of 3dface(acdbFace) with line (acdbline)</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/find-intersection-of-3dface-acdbface-with-line-acdbline/m-p/12627792#M1029</link>
      <description>&lt;P&gt;A have group of 3dFaces defining some terrain surface and I need get the high in degined 2d origin. It means intersection this surface (part of surface) with vertical line gone througth this 2d point.&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to do it?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2024 18:50:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/find-intersection-of-3dface-acdbface-with-line-acdbline/m-p/12627792#M1029</guid>
      <dc:creator>majklha</dc:creator>
      <dc:date>2024-03-08T18:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: Find intersection of 3dface(acdbFace) with line (acdbline)</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/find-intersection-of-3dface-acdbface-with-line-acdbline/m-p/12629427#M1030</link>
      <description>&lt;DIV id="areafixed" class="Element710"&gt;
&lt;DIV class="Element92"&gt;
&lt;DIV class="Element5"&gt;AcDbFace::getPlane(...) -&amp;gt; AcGePlane&lt;/DIV&gt;
&lt;DIV class="Element5"&gt;AcDbLine -&amp;gt; AcGeLineSeg3d&lt;/DIV&gt;
&lt;DIV class="Element5"&gt;
&lt;DIV id="areafixed" class="Element710"&gt;
&lt;DIV class="Element92"&gt;
&lt;DIV class="Element5"&gt;AcGePlane::intersectWith with&amp;nbsp;AcGeLineSeg3d return your point.&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Sat, 09 Mar 2024 19:51:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/find-intersection-of-3dface-acdbface-with-line-acdbline/m-p/12629427#M1030</guid>
      <dc:creator>Alexander.Rivilis</dc:creator>
      <dc:date>2024-03-09T19:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: Find intersection of 3dface(acdbFace) with line (acdbline)</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/find-intersection-of-3dface-acdbface-with-line-acdbline/m-p/12631752#M1031</link>
      <description>&lt;P&gt;So, instead AcGeLineSeg3d I can use AcGeLine3d. Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 09:54:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/find-intersection-of-3dface-acdbface-with-line-acdbline/m-p/12631752#M1031</guid>
      <dc:creator>majklha</dc:creator>
      <dc:date>2024-03-11T09:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: Find intersection of 3dface(acdbFace) with line (acdbline)</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/find-intersection-of-3dface-acdbface-with-line-acdbline/m-p/12631771#M1032</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/496799"&gt;@majklha&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;So, instead AcGeLineSeg3d I can use AcGeLine3d. Thanks.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Yes. You can use AcGeLine3d as infinitive line.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 09:55:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/find-intersection-of-3dface-acdbface-with-line-acdbline/m-p/12631771#M1032</guid>
      <dc:creator>Alexander.Rivilis</dc:creator>
      <dc:date>2024-03-11T09:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: Find intersection of 3dface(acdbFace) with line (acdbline)</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/find-intersection-of-3dface-acdbface-with-line-acdbline/m-p/12631816#M1033</link>
      <description>&lt;P&gt;But I have once more question - how do I recognize, if the interception point lies on the 3dFace (between the bordered line) or outside? Because the AcGePlanar is infinity, is not it?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 10:22:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/find-intersection-of-3dface-acdbface-with-line-acdbline/m-p/12631816#M1033</guid>
      <dc:creator>majklha</dc:creator>
      <dc:date>2024-03-11T10:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: Find intersection of 3dface(acdbFace) with line (acdbline)</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/find-intersection-of-3dface-acdbface-with-line-acdbline/m-p/12675833#M1034</link>
      <description>&lt;P&gt;maybe you use AcGeBoundedPlane&lt;/P&gt;</description>
      <pubDate>Sat, 30 Mar 2024 09:29:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/find-intersection-of-3dface-acdbface-with-line-acdbline/m-p/12675833#M1034</guid>
      <dc:creator>ynapeu</dc:creator>
      <dc:date>2024-03-30T09:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: Find intersection of 3dface(acdbFace) with line (acdbline)</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/find-intersection-of-3dface-acdbface-with-line-acdbline/m-p/12676507#M1035</link>
      <description>Great advice.</description>
      <pubDate>Sat, 30 Mar 2024 21:07:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/find-intersection-of-3dface-acdbface-with-line-acdbline/m-p/12676507#M1035</guid>
      <dc:creator>majklha</dc:creator>
      <dc:date>2024-03-30T21:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: Find intersection of 3dface(acdbFace) with line (acdbline)</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/find-intersection-of-3dface-acdbface-with-line-acdbline/m-p/12723649#M1036</link>
      <description>&lt;P&gt;I have found problem with AcGeBoundedPlane. It is bordered only from two sides, third is infinity. What should I do with it?&lt;/P&gt;</description>
      <pubDate>Sun, 21 Apr 2024 20:09:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/find-intersection-of-3dface-acdbface-with-line-acdbline/m-p/12723649#M1036</guid>
      <dc:creator>majklha</dc:creator>
      <dc:date>2024-04-21T20:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: Find intersection of 3dface(acdbFace) with line (acdbline)</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/find-intersection-of-3dface-acdbface-with-line-acdbline/m-p/12731484#M1037</link>
      <description>&lt;P&gt;Maybe you create 2 BoundedPlane if the intersection Point lays on the 2 boundedplanes you get the intersection point.&lt;/P&gt;&lt;P&gt;|----------&amp;nbsp; &amp;nbsp; &amp;nbsp;Boundedplane 1&amp;nbsp; &amp;nbsp; &amp;nbsp;Boundedplane 2 |&lt;/P&gt;&lt;P&gt;|&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&lt;/P&gt;&lt;P&gt;|&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ---------|&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2024 18:58:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/find-intersection-of-3dface-acdbface-with-line-acdbline/m-p/12731484#M1037</guid>
      <dc:creator>ynapeu</dc:creator>
      <dc:date>2024-04-24T18:58:25Z</dc:date>
    </item>
  </channel>
</rss>

