<?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: Doors symbol doesnt cut the wall in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/doors-symbol-doesnt-cut-the-wall/m-p/11924705#M12454</link>
    <description>&lt;P&gt;We solved this issue, I ended up modifying the door sill height parameter and turning it back to 0", that updated the cutting geometry&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Miguel G-&lt;/P&gt;</description>
    <pubDate>Thu, 27 Apr 2023 01:04:25 GMT</pubDate>
    <dc:creator>MiguelGT17</dc:creator>
    <dc:date>2023-04-27T01:04:25Z</dc:date>
    <item>
      <title>Doors symbol doesnt cut the wall</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/doors-symbol-doesnt-cut-the-wall/m-p/11919058#M12450</link>
      <description>&lt;P&gt;Hi folks&lt;BR /&gt;I've being working on a macro that place doors and windows and came up with this visibility issue:&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MiguelGT17_2-1682379769222.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1206231i2A0199D1B054DF08/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MiguelGT17_2-1682379769222.png" alt="MiguelGT17_2-1682379769222.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Doors do not cut the walls and it's an issue since we wish to see the wall openings when documenting the viewplans and 2d views&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;FamilyInstance doorInst = doc.Create.NewFamilyInstance(new XYZ(center.X, center.Y, Lvl.Elevation), customDoor, wall, Lvl, StructuralType.NonStructural);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone has gone through something similar and found the root cause?&lt;/P&gt;&lt;P&gt;Thanks in advance, going to look into this from my side&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Miguel G.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2023 23:50:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/doors-symbol-doesnt-cut-the-wall/m-p/11919058#M12450</guid>
      <dc:creator>MiguelGT17</dc:creator>
      <dc:date>2023-04-24T23:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: Doors symbol doesnt cut the wall</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/doors-symbol-doesnt-cut-the-wall/m-p/11919333#M12451</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;I have two assumptions:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Have you tried to regenerate [doc.Regenerate()] the document after placing the door?&lt;/LI&gt;
&lt;LI&gt;Are you sure that it is the Revit API issue? Maybe the problem is in view range setting of a particular view. Have you tried creating a different view? If you create doors on the same view manually, is the result the same or different? Do the openings cut through in 3D?&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Tue, 25 Apr 2023 04:00:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/doors-symbol-doesnt-cut-the-wall/m-p/11919333#M12451</guid>
      <dc:creator>architect.bim</dc:creator>
      <dc:date>2023-04-25T04:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: Doors symbol doesnt cut the wall</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/doors-symbol-doesnt-cut-the-wall/m-p/11921108#M12452</link>
      <description>&lt;P&gt;Thanks for replying me!&lt;BR /&gt;I tried regenerating the document too and no changes were visible&lt;/P&gt;&lt;P&gt;However when using the "Pick new host" tool manually, the doors cut the wall in the same view without applying any extra setup to view&lt;BR /&gt;&lt;BR /&gt;I'll look into this by the end of the day,&lt;/P&gt;&lt;P&gt;thanks for the hints though!&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 17:42:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/doors-symbol-doesnt-cut-the-wall/m-p/11921108#M12452</guid>
      <dc:creator>MiguelGT17</dc:creator>
      <dc:date>2023-04-25T17:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: Doors symbol doesnt cut the wall</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/doors-symbol-doesnt-cut-the-wall/m-p/11924540#M12453</link>
      <description>&lt;P&gt;Make sure your View Range is set up correctly, Cut Plane to be cutting though your door (try a 4'-0").&lt;/P&gt;&lt;P&gt;Also make sure Phases match on Walls and Doors.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2023 22:59:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/doors-symbol-doesnt-cut-the-wall/m-p/11924540#M12453</guid>
      <dc:creator>studio-a-int</dc:creator>
      <dc:date>2023-04-26T22:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: Doors symbol doesnt cut the wall</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/doors-symbol-doesnt-cut-the-wall/m-p/11924705#M12454</link>
      <description>&lt;P&gt;We solved this issue, I ended up modifying the door sill height parameter and turning it back to 0", that updated the cutting geometry&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Miguel G-&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 01:04:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/doors-symbol-doesnt-cut-the-wall/m-p/11924705#M12454</guid>
      <dc:creator>MiguelGT17</dc:creator>
      <dc:date>2023-04-27T01:04:25Z</dc:date>
    </item>
  </channel>
</rss>

