<?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: Finding Geometry Objects? (newbie question) in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/finding-geometry-objects-newbie-question/m-p/5808022#M70593</link>
    <description>&lt;P&gt;Hi Mendo,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Adding to what Jeremy posted, First of all let me tell you, there is no such thing as a dumb question :), so we are glad you posted it.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Another good source I have found that helped me understand Geometry API comes from the Revit Help site. Here is the link for you to check it out.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://help.autodesk.com/view/RVT/2016/ENU/?guid=GUID-F429AAEC-551C-4E0D-9CE0-6F92A5A68CC3" target="_blank"&gt;http://help.autodesk.com/view/RVT/2016/ENU/?guid=GUID-F429AAEC-551C-4E0D-9CE0-6F92A5A68CC3&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps you out &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 08 Sep 2015 20:34:49 GMT</pubDate>
    <dc:creator>rosalesduquej</dc:creator>
    <dc:date>2015-09-08T20:34:49Z</dc:date>
    <item>
      <title>Finding Geometry Objects? (newbie question)</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/finding-geometry-objects-newbie-question/m-p/5807009#M70591</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Sorry If this has been asked and it might seem like a dumb question but I have very minimal/no experience with GeometryObjects in revit and most of my work has been based on filtering Elements.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to know if it is possible to Find geometry objects in the &lt;STRONG&gt;without prompting the user&lt;/STRONG&gt; to select one?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can I use pickobject to select all or individual&amp;nbsp;&lt;STRONG&gt;curves&amp;nbsp;&lt;/STRONG&gt;or&amp;nbsp;&lt;STRONG&gt;lines&lt;/STRONG&gt;&amp;nbsp;to get all references programmaticaly?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2015 10:26:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/finding-geometry-objects-newbie-question/m-p/5807009#M70591</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-08T10:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: Finding Geometry Objects? (newbie question)</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/finding-geometry-objects-newbie-question/m-p/5807856#M70592</link>
      <description>&lt;P&gt;Dear Mendo,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good question.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Revit database contains elements.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;They are mainly defined parametrically.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This generates their geometry.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can query an element for its geometry.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The geometry objects are therefore more or less a read-only view of the elements and their parameters.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, you can retrieve geometry without prompting the user, e.g. traversing all elements or a subset via a filtered element collector and querying each for its geometry.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My most recent foray into this area was published today:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://thebuildingcoder.typepad.com/blog/2015/09/directshape-from-face-and-sketch-plane-reuse.html" target="_blank"&gt;http://thebuildingcoder.typepad.com/blog/2015/09/directshape-from-face-and-sketch-plane-reuse.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Building Coder has discussed&amp;nbsp;hundreds of other examples of geometry retrieval and analysis:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://thebuildingcoder.typepad.com/blog/geometry" target="_blank"&gt;http://thebuildingcoder.typepad.com/blog/geometry&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Some of the more interesting discussions are listed in various topic groups:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://thebuildingcoder.typepad.com/blog/about-the-author.html#5" target="_blank"&gt;http://thebuildingcoder.typepad.com/blog/about-the-author.html#5&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One related area is exporting element geometry in various ways.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The easiest way to do so nowadays is to use a custom exporter:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://thebuildingcoder.typepad.com/blog/about-the-author.html#5.1" target="_blank"&gt;http://thebuildingcoder.typepad.com/blog/about-the-author.html#5.1&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That hooks directly into the graphics pipeline and eliminates the need to query each individual element for its geometry.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jeremy&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2015 19:08:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/finding-geometry-objects-newbie-question/m-p/5807856#M70592</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2015-09-08T19:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: Finding Geometry Objects? (newbie question)</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/finding-geometry-objects-newbie-question/m-p/5808022#M70593</link>
      <description>&lt;P&gt;Hi Mendo,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Adding to what Jeremy posted, First of all let me tell you, there is no such thing as a dumb question :), so we are glad you posted it.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Another good source I have found that helped me understand Geometry API comes from the Revit Help site. Here is the link for you to check it out.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://help.autodesk.com/view/RVT/2016/ENU/?guid=GUID-F429AAEC-551C-4E0D-9CE0-6F92A5A68CC3" target="_blank"&gt;http://help.autodesk.com/view/RVT/2016/ENU/?guid=GUID-F429AAEC-551C-4E0D-9CE0-6F92A5A68CC3&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps you out &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2015 20:34:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/finding-geometry-objects-newbie-question/m-p/5808022#M70593</guid>
      <dc:creator>rosalesduquej</dc:creator>
      <dc:date>2015-09-08T20:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: Finding Geometry Objects? (newbie question)</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/finding-geometry-objects-newbie-question/m-p/5810535#M70594</link>
      <description>&lt;P&gt;Dear Jaime,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for the additional helpful pointer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I published a summary of these suggestions on The Building Coder:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://thebuildingcoder.typepad.com/blog/2015/09/geometry-basics-and-no-modifying-linked-files.html#2" target="_blank"&gt;http://thebuildingcoder.typepad.com/blog/2015/09/geometry-basics-and-no-modifying-linked-files.html#2&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jeremy&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2015 08:20:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/finding-geometry-objects-newbie-question/m-p/5810535#M70594</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2015-09-10T08:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: Finding Geometry Objects? (newbie question)</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/finding-geometry-objects-newbie-question/m-p/5811066#M70595</link>
      <description>&lt;P&gt;Thank you guys, you have been more then helpful. Very much appreciated.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2015 14:34:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/finding-geometry-objects-newbie-question/m-p/5811066#M70595</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-10T14:34:00Z</dc:date>
    </item>
  </channel>
</rss>

