<?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: GetVisibility method in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/getvisibility-method/m-p/10697979#M23042</link>
    <description>&lt;P&gt;I understand what you mean but is it correct that from the family document in snoop you can't do the next step in snoop? See image:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2021-10-19_12h22_08.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/978944i6A445192451EF3C7/image-size/large?v=v2&amp;amp;px=999" role="button" title="2021-10-19_12h22_08.png" alt="2021-10-19_12h22_08.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 19 Oct 2021 10:25:37 GMT</pubDate>
    <dc:creator>danielgijsbers</dc:creator>
    <dc:date>2021-10-19T10:25:37Z</dc:date>
    <item>
      <title>GetVisibility method</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/getvisibility-method/m-p/10697799#M23040</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if I snoop the database in the family editor I can find geometry from which I can get the visibility settings for the detail levels of a view. See below.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2021-10-19_10h36_47.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/978915i137BC89747806FCD/image-size/large?v=v2&amp;amp;px=999" role="button" title="2021-10-19_10h36_47.png" alt="2021-10-19_10h36_47.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In a project environment I can't seem to get there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My question: How can I get the visibility settings of geometry in a family?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Oct 2021 08:42:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/getvisibility-method/m-p/10697799#M23040</guid>
      <dc:creator>danielgijsbers</dc:creator>
      <dc:date>2021-10-19T08:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: GetVisibility method</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/getvisibility-method/m-p/10697953#M23041</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5548442"&gt;@danielgijsbers&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;you just need to apply this on the &lt;STRONG&gt;FamilyDocument&lt;/STRONG&gt; not the &lt;STRONG&gt;ProjectDocument&lt;/STRONG&gt;,&lt;BR /&gt;you can retrieve the &lt;STRONG&gt;family document &lt;/STRONG&gt;from the &lt;STRONG&gt;project document&lt;/STRONG&gt;&amp;nbsp;easily by selecting the &lt;STRONG&gt;&lt;A href="https://www.revitapidocs.com/2022/0d2231f8-91e6-794f-92ae-16aad8014b27.htm" target="_blank" rel="noopener"&gt;family instance&lt;/A&gt;&lt;/STRONG&gt; then access the &lt;STRONG&gt;&lt;A href="https://www.revitapidocs.com/2022/4157fff5-cde3-cbb7-1df8-03f77d64712f.htm" target="_blank" rel="noopener"&gt;family symbol&lt;/A&gt;&lt;/STRONG&gt; then access the &lt;STRONG&gt;&lt;A href="https://www.revitapidocs.com/2022/14272fe6-5fc3-f053-b4c6-2f44d05786f2.htm" target="_blank" rel="noopener"&gt;family prop&lt;/A&gt;&lt;/STRONG&gt; from the family symbol then get the &lt;STRONG&gt;&lt;A href="https://www.revitapidocs.com/2022/9e530d25-61ca-3899-a531-cbcfd994358d.htm" target="_blank" rel="noopener"&gt;family document&lt;/A&gt;&lt;/STRONG&gt; from it,&lt;BR /&gt;next step is to get all the family extrusions just as the lookup addin dose!&lt;BR /&gt;you can get the extrusions using the &lt;STRONG&gt;&lt;A href="https://www.revitapidocs.com/2022/b492ddf4-3058-8f9b-dfcc-8d5c4abb3605.htm" target="_blank" rel="noopener"&gt;element category filter&lt;/A&gt;&lt;/STRONG&gt; on the family document&lt;BR /&gt;now you have the family extrusions and you can retrieve whatever you want from them!&lt;/P&gt;</description>
      <pubDate>Tue, 19 Oct 2021 10:13:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/getvisibility-method/m-p/10697953#M23041</guid>
      <dc:creator>Omar_Amen</dc:creator>
      <dc:date>2021-10-19T10:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: GetVisibility method</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/getvisibility-method/m-p/10697979#M23042</link>
      <description>&lt;P&gt;I understand what you mean but is it correct that from the family document in snoop you can't do the next step in snoop? See image:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2021-10-19_12h22_08.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/978944i6A445192451EF3C7/image-size/large?v=v2&amp;amp;px=999" role="button" title="2021-10-19_12h22_08.png" alt="2021-10-19_12h22_08.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Oct 2021 10:25:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/getvisibility-method/m-p/10697979#M23042</guid>
      <dc:creator>danielgijsbers</dc:creator>
      <dc:date>2021-10-19T10:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: GetVisibility method</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/getvisibility-method/m-p/10698167#M23043</link>
      <description>&lt;P&gt;I believe such information attached to solids in the family is not available in the project.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You would have to edit family in background:&lt;/P&gt;&lt;P&gt;Document.EditFamily(Family) to obtain the document and see it's contents.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Certain aspects of visibility can be obtained via geometry in the project by setting Options class. It doesn't cover all the aspects noted above however (just the detail levels).&lt;/P&gt;</description>
      <pubDate>Tue, 19 Oct 2021 11:38:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/getvisibility-method/m-p/10698167#M23043</guid>
      <dc:creator>RPTHOMAS108</dc:creator>
      <dc:date>2021-10-19T11:38:19Z</dc:date>
    </item>
  </channel>
</rss>

