<?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: Export images of all my doors in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/export-images-of-all-my-doors/m-p/8666123#M43716</link>
    <description>&lt;P&gt;hi Jeremy,&lt;/P&gt;
&lt;P&gt;Thank you for the answer.&lt;/P&gt;
&lt;P&gt;Your solution is similar to what we decided : find every door (we are looking for instances not types, because doors are chiral) ; adapt the cropbox of the view to the door ; export an image of the view.&lt;/P&gt;
&lt;P&gt;Benoit&lt;/P&gt;</description>
    <pubDate>Mon, 18 Mar 2019 15:08:27 GMT</pubDate>
    <dc:creator>BenoitE&amp;A</dc:creator>
    <dc:date>2019-03-18T15:08:27Z</dc:date>
    <item>
      <title>Export images of all my doors</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/export-images-of-all-my-doors/m-p/8655358#M43714</link>
      <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to be able to create automatically an image of all my doors and export it somewhere.&lt;/P&gt;
&lt;P&gt;The UI does not support this (the Export\Images and Animations\Images tools do not provide the possibility to choose the range of the export properly).&lt;/P&gt;
&lt;P&gt;But the question is rather simple, isn't it?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I know how to define the geometry (the view, the range that I want to export, etc...). But the problem is to export this range with a simple tool (not the capture tool, though... maybe I could do this &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Any simple idea?&lt;/P&gt;
&lt;P&gt;Benoit&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2019 12:10:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/export-images-of-all-my-doors/m-p/8655358#M43714</guid>
      <dc:creator>BenoitE&amp;A</dc:creator>
      <dc:date>2019-03-13T12:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: Export images of all my doors</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/export-images-of-all-my-doors/m-p/8665453#M43715</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Dear Benoit,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you for your query.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I think similar things have been discussed in the past by The Building Coder, and easy solutions are available.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You could implement an add-in to run either in the family editor and family definition environment or in the project environment, with the family definition loaded into it.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Basically, flip through all the defined types and export an image of each.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I would do it in the project environment myself.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Set up a 3D view, if that suits your needs.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Ensure that the view displays nothing but the desired family instance.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Zoom to extents.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Export the image, either using the built-in Revit functionality or some .NET library to capture the appropriate part of the screen.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Here are some samples:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://thebuildingcoder.typepad.com/blog/about-the-author.html#5.37" target="_blank"&gt;https://thebuildingcoder.typepad.com/blog/about-the-author.html#5.37&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://thebuildingcoder.typepad.com/blog/about-the-author.html#5.47" target="_blank"&gt;https://thebuildingcoder.typepad.com/blog/about-the-author.html#5.47&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I hope this helps.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Jeremy&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2019 12:14:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/export-images-of-all-my-doors/m-p/8665453#M43715</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2019-03-18T12:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: Export images of all my doors</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/export-images-of-all-my-doors/m-p/8666123#M43716</link>
      <description>&lt;P&gt;hi Jeremy,&lt;/P&gt;
&lt;P&gt;Thank you for the answer.&lt;/P&gt;
&lt;P&gt;Your solution is similar to what we decided : find every door (we are looking for instances not types, because doors are chiral) ; adapt the cropbox of the view to the door ; export an image of the view.&lt;/P&gt;
&lt;P&gt;Benoit&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2019 15:08:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/export-images-of-all-my-doors/m-p/8666123#M43716</guid>
      <dc:creator>BenoitE&amp;A</dc:creator>
      <dc:date>2019-03-18T15:08:27Z</dc:date>
    </item>
  </channel>
</rss>

