<?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: Section/Clipped View Geometry List in Navisworks API Forum</title>
    <link>https://forums.autodesk.com/t5/navisworks-api-forum/section-clipped-view-geometry-list/m-p/11717206#M1637</link>
    <description>&lt;P&gt;Get JSon text of current clipping box using&amp;nbsp;GetClippingPlanes API. Then define new BoundingBox (oBox).&lt;BR /&gt;LINQ search will be something like this (though it's very slow)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;items = From item In Search.FindAll(oDoc, False) Where item.BoundingBox.Intersects(oBox)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 31 Jan 2023 08:11:31 GMT</pubDate>
    <dc:creator>timw3333</dc:creator>
    <dc:date>2023-01-31T08:11:31Z</dc:date>
    <item>
      <title>Section/Clipped View Geometry List</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/section-clipped-view-geometry-list/m-p/11715674#M1636</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;Is there a way to get the model list which is present in section/Clipped box not whole model list which we got through oDoc.Models?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2023 14:17:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/section-clipped-view-geometry-list/m-p/11715674#M1636</guid>
      <dc:creator>nasip13904</dc:creator>
      <dc:date>2023-01-30T14:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: Section/Clipped View Geometry List</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/section-clipped-view-geometry-list/m-p/11717206#M1637</link>
      <description>&lt;P&gt;Get JSon text of current clipping box using&amp;nbsp;GetClippingPlanes API. Then define new BoundingBox (oBox).&lt;BR /&gt;LINQ search will be something like this (though it's very slow)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;items = From item In Search.FindAll(oDoc, False) Where item.BoundingBox.Intersects(oBox)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2023 08:11:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/section-clipped-view-geometry-list/m-p/11717206#M1637</guid>
      <dc:creator>timw3333</dc:creator>
      <dc:date>2023-01-31T08:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: Section/Clipped View Geometry List</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/section-clipped-view-geometry-list/m-p/11723962#M1638</link>
      <description>&lt;P&gt;Box Section provides the oriented box value, I understand that but how do I do with just the planes section, as those do not provide any bounding box?&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2023 11:34:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/section-clipped-view-geometry-list/m-p/11723962#M1638</guid>
      <dc:creator>nasip13904</dc:creator>
      <dc:date>2023-02-02T11:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: Section/Clipped View Geometry List</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/section-clipped-view-geometry-list/m-p/11726128#M1639</link>
      <description>&lt;P&gt;Define section plane as LcLPlane3f (oPlane)&lt;BR /&gt;LINQ search must be something like this;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;        items = From item In Search.FindAll(oDoc, False) Where (item.BoundingBox.Contains(oPlane.ClosestPoint(item.BoundingBox.Center)) OrElse oPlane.GetNormal.Dot(item.BoundingBox.Center - oPlane.ClosestPoint(item.BoundingBox.Center)) &amp;gt; 0)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2023 01:09:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/section-clipped-view-geometry-list/m-p/11726128#M1639</guid>
      <dc:creator>timw3333</dc:creator>
      <dc:date>2023-02-03T01:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: Section/Clipped View Geometry List</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/section-clipped-view-geometry-list/m-p/11764114#M1640</link>
      <description>&lt;P&gt;Since I think this will first build a list of ALL items in the model before applying the LINQ filter, I wonder how long such search would take on even a reasonably sized model?&lt;BR /&gt;Interested since this is kind of useful feature&lt;/P&gt;</description>
      <pubDate>Sat, 18 Feb 2023 11:03:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/section-clipped-view-geometry-list/m-p/11764114#M1640</guid>
      <dc:creator>alexisDVJML</dc:creator>
      <dc:date>2023-02-18T11:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: Section/Clipped View Geometry List</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/section-clipped-view-geometry-list/m-p/11764166#M1641</link>
      <description>&lt;P&gt;I'm working plant engineering/construction. Model data file size is several GB.&lt;BR /&gt;So LINQ filter to whole model data is not practical at all.&lt;BR /&gt;I always use Property filter first to limit the number of target elements before applying LINQ filter.&lt;/P&gt;</description>
      <pubDate>Sat, 18 Feb 2023 12:03:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/section-clipped-view-geometry-list/m-p/11764166#M1641</guid>
      <dc:creator>timw3333</dc:creator>
      <dc:date>2023-02-18T12:03:01Z</dc:date>
    </item>
  </channel>
</rss>

