<?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 between 3d entity and line/plane in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/find-intersection-between-3d-entity-and-line-plane/m-p/12158951#M7808</link>
    <description>&lt;P&gt;Hi in the attachment is the drawing, its kind of a Support in Plant 3D (not block), the final goal is to find the top middle of the support (must ignore the end plate) by select the Support, I'm seeking to do it programmatically because this is a small step in another bigger program so it must be done automatically.&lt;/P&gt;&lt;P&gt;Thank you.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 09 Aug 2023 08:23:34 GMT</pubDate>
    <dc:creator>quan_hm</dc:creator>
    <dc:date>2023-08-09T08:23:34Z</dc:date>
    <item>
      <title>Find intersection between 3d entity and line/plane</title>
      <link>https://forums.autodesk.com/t5/net-forum/find-intersection-between-3d-entity-and-line-plane/m-p/12158774#M7804</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to find the intersection between a 3d entity and a line or plane, in the picture I would like to find the intersecting plane between the entity and the plane, so my ultimate purpose is to find the top position of the 3d entity but&amp;nbsp;&lt;STRONG&gt;In the middle.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I cannot use BoundingBoxIntersectWith because it will give me the wrong position as I am only interested in the middle piece (ignore the plates at the 2 ends)&lt;/P&gt;&lt;P&gt;And when I use entity.IntersectWith it said the function not define, it seems to work only with 2d objects.&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="minhquanqttb_1-1691562461329.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1250991i567F61FCDCE51DFE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="minhquanqttb_1-1691562461329.png" alt="minhquanqttb_1-1691562461329.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestion would be helpful.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2023 06:31:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/find-intersection-between-3d-entity-and-line-plane/m-p/12158774#M7804</guid>
      <dc:creator>quan_hm</dc:creator>
      <dc:date>2023-08-09T06:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: Find intersection between 3d entity and line/plane</title>
      <link>https://forums.autodesk.com/t5/net-forum/find-intersection-between-3d-entity-and-line-plane/m-p/12158813#M7805</link>
      <description>&lt;P&gt;Thử cái này&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.keanw.com/2008/05/sectioning-an-a.html" target="_blank"&gt;https://www.keanw.com/2008/05/sectioning-an-a.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2023 07:04:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/find-intersection-between-3d-entity-and-line-plane/m-p/12158813#M7805</guid>
      <dc:creator>cuongtk2</dc:creator>
      <dc:date>2023-08-09T07:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: Find intersection between 3d entity and line/plane</title>
      <link>https://forums.autodesk.com/t5/net-forum/find-intersection-between-3d-entity-and-line-plane/m-p/12158907#M7806</link>
      <description>&lt;P&gt;Hi, thank you for your feedback.&lt;/P&gt;&lt;P&gt;In order to work with the function I need to explode the entity which is the thing I should avoid, and even I explode to make it 3d solid it won't get the section I want, as I want to ignore the plate at the end.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="minhquanqttb_1-1691567919562.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1251020i93D81D42ED8A30CE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="minhquanqttb_1-1691567919562.png" alt="minhquanqttb_1-1691567919562.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2023 07:59:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/find-intersection-between-3d-entity-and-line-plane/m-p/12158907#M7806</guid>
      <dc:creator>quan_hm</dc:creator>
      <dc:date>2023-08-09T07:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: Find intersection between 3d entity and line/plane</title>
      <link>https://forums.autodesk.com/t5/net-forum/find-intersection-between-3d-entity-and-line-plane/m-p/12158932#M7807</link>
      <description>&lt;P&gt;From your last post, the assembly 'may' be a block ? yes ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Perhaps you could post a drawing file of the assembly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also it may be an idea if you provide a bit more information about what you want to achieve exactly.&lt;BR /&gt;&lt;BR /&gt;How many different assemblies do you want to process ?&lt;BR /&gt;Finding the top middle of the PFC flanges would only take a couple of seconds to do manually . . . It's what your final goal is that's important though.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2023 08:15:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/find-intersection-between-3d-entity-and-line-plane/m-p/12158932#M7807</guid>
      <dc:creator>kerry_w_brown</dc:creator>
      <dc:date>2023-08-09T08:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: Find intersection between 3d entity and line/plane</title>
      <link>https://forums.autodesk.com/t5/net-forum/find-intersection-between-3d-entity-and-line-plane/m-p/12158951#M7808</link>
      <description>&lt;P&gt;Hi in the attachment is the drawing, its kind of a Support in Plant 3D (not block), the final goal is to find the top middle of the support (must ignore the end plate) by select the Support, I'm seeking to do it programmatically because this is a small step in another bigger program so it must be done automatically.&lt;/P&gt;&lt;P&gt;Thank you.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2023 08:23:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/find-intersection-between-3d-entity-and-line-plane/m-p/12158951#M7808</guid>
      <dc:creator>quan_hm</dc:creator>
      <dc:date>2023-08-09T08:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: Find intersection between 3d entity and line/plane</title>
      <link>https://forums.autodesk.com/t5/net-forum/find-intersection-between-3d-entity-and-line-plane/m-p/12159030#M7809</link>
      <description>&lt;P&gt;I don't have access to an Object Enabler for Plant3D,&lt;/P&gt;&lt;P&gt;SO, sorry, I can't help.&lt;/P&gt;&lt;P&gt;//=====&lt;/P&gt;&lt;P&gt;If you can select the midpoint of the 2 toes ( or heels ) and find the MidPoint of those points, that will be tne mid point of the flange faces. This can be done in code, providing the edges are selectable.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Can you access the data for the Plant3D members ?? perhaps the data will help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2023 08:56:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/find-intersection-between-3d-entity-and-line-plane/m-p/12159030#M7809</guid>
      <dc:creator>kerry_w_brown</dc:creator>
      <dc:date>2023-08-09T08:56:34Z</dc:date>
    </item>
  </channel>
</rss>

