<?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: Parametric Cabinet with max door width constraint. in Revit Architecture Forum</title>
    <link>https://forums.autodesk.com/t5/revit-architecture-forum/parametric-cabinet-with-max-door-width-constraint/m-p/13316241#M88143</link>
    <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3448664"&gt;@RDAOU&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks, I manged to follow along and learned some new trikes today.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm now trying to have the a truly parametric cabinet but when I change the height of the cabinet the doors don't change height with the cabinet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please advise what I need to do to make this happen?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;</description>
    <pubDate>Thu, 13 Feb 2025 05:14:24 GMT</pubDate>
    <dc:creator>mark.pyers</dc:creator>
    <dc:date>2025-02-13T05:14:24Z</dc:date>
    <item>
      <title>Parametric Cabinet with max door width constraint.</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/parametric-cabinet-with-max-door-width-constraint/m-p/10944111#M88133</link>
      <description>&lt;P class=""&gt;&lt;SPAN class=""&gt;Hello - please help!&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;I’m trying to create a parametric cabinet which has the following constraints:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN class=""&gt;Height, width and depth all parametric.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class=""&gt;Cabinet doors to be a max of 450mm&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class=""&gt;If width of cabinet exceeds a multiple of 450mm then doors must divide equally by the width.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;E.g. if the cabinet width is 1200mm then each door would be 400mm wide.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;So far, I can flex height, width and depth. Cabinet doors also flex, but exceed desired max 450mm width.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Any advice would be fantastic. I’m more than happy to share with the community if I can figure it out.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Feb 2022 08:11:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/parametric-cabinet-with-max-door-width-constraint/m-p/10944111#M88133</guid>
      <dc:creator>TAZ-ZA</dc:creator>
      <dc:date>2022-02-11T08:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: Parametric Cabinet with max door width constraint.</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/parametric-cabinet-with-max-door-width-constraint/m-p/10944154#M88134</link>
      <description>&lt;P&gt;Add a formula to control the Array Integer parameter: = roundup (Width/450)&lt;/P&gt;</description>
      <pubDate>Fri, 11 Feb 2022 08:32:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/parametric-cabinet-with-max-door-width-constraint/m-p/10944154#M88134</guid>
      <dc:creator>ToanDN</dc:creator>
      <dc:date>2022-02-11T08:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: Parametric Cabinet with max door width constraint.</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/parametric-cabinet-with-max-door-width-constraint/m-p/10944300#M88135</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3469566"&gt;@TAZ-ZA&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;You model the door in a separate family and nest it in (associate with parameter align and lock ...etc) where the Panel Width = &lt;STRONG&gt;if(P1, 450, (Cabinet_Width - Joints) / Array)&amp;nbsp;&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Then you need to place 1 instance for when the width is 450&lt;UL&gt;&lt;LI&gt;give this panel a visibility parameter P1 = &lt;STRONG&gt;or(Width=450, Width&amp;lt;450)&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Then place a another instance (the one you will array).&lt;UL&gt;&lt;LI&gt;Give this panel a visibility parameter &lt;STRONG&gt;P2 = not(P1)&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Array, label and Lock it as needed&lt;/LI&gt;&lt;LI&gt;Set the Array = &lt;STRONG&gt;if(P2, roundup(Width/450), 2)&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alternatively, and if you are working with 1 to 3 panels, it might be easier and lighter to just nest 3 types of panels (single/double/triple door) and either control these using Y/N per cabinet type or using a Family&amp;lt;Type&amp;gt; label controlled by cabinet width&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Feb 2022 14:04:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/parametric-cabinet-with-max-door-width-constraint/m-p/10944300#M88135</guid>
      <dc:creator>RDAOU</dc:creator>
      <dc:date>2022-02-11T14:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: Parametric Cabinet with max door width constraint.</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/parametric-cabinet-with-max-door-width-constraint/m-p/10944702#M88136</link>
      <description>&lt;P&gt;Thank you &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3448664"&gt;@RDAOU&lt;/a&gt;&amp;nbsp;and &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/244938"&gt;@ToanDN&lt;/a&gt;. I couldn’t make that work for me unfortunately.&lt;/P&gt;&lt;P&gt;I just want to clarify the steps I’ve taken.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Modelled a door in a separate family making the width parameter instance based before loading it into the carcass/shell family.&lt;/LI&gt;&lt;LI&gt;Locked door to reference planes in the carcass/shell family and made door width = Width/Array&lt;/LI&gt;&lt;LI&gt;I applied a visibility parameter to that door (Yes/No, Visibility) - (P1) = and(Width=450, Width&amp;lt;450)&lt;/LI&gt;&lt;LI&gt;I placed another instance of the door in the same place as the first door and locked it to reference planes.&lt;/LI&gt;&lt;LI&gt;I applied visibility parameter (Yes/No, Visibility) - (P2) = and(Width=450, Width&amp;lt;450)&lt;/LI&gt;&lt;LI&gt;I arrayed the second door and placed the following parameter to the array: if(P2, roundup(Width/450), 2)&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;When I flex the width, the door just stretches and overlaps the first door.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Feb 2022 13:24:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/parametric-cabinet-with-max-door-width-constraint/m-p/10944702#M88136</guid>
      <dc:creator>TAZ-ZA</dc:creator>
      <dc:date>2022-02-11T13:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: Parametric Cabinet with max door width constraint.</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/parametric-cabinet-with-max-door-width-constraint/m-p/10944717#M88137</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3469566"&gt;@TAZ-ZA&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Post the family you have now ...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Feb 2022 13:30:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/parametric-cabinet-with-max-door-width-constraint/m-p/10944717#M88137</guid>
      <dc:creator>RDAOU</dc:creator>
      <dc:date>2022-02-11T13:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: Parametric Cabinet with max door width constraint.</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/parametric-cabinet-with-max-door-width-constraint/m-p/10944741#M88138</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3448664"&gt;@RDAOU&lt;/a&gt;&amp;nbsp;- Attached.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Feb 2022 13:43:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/parametric-cabinet-with-max-door-width-constraint/m-p/10944741#M88138</guid>
      <dc:creator>TAZ-ZA</dc:creator>
      <dc:date>2022-02-11T13:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: Parametric Cabinet with max door width constraint.</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/parametric-cabinet-with-max-door-width-constraint/m-p/10944742#M88139</link>
      <description>&lt;P&gt;*DELETED*&lt;/P&gt;</description>
      <pubDate>Sat, 12 Feb 2022 11:11:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/parametric-cabinet-with-max-door-width-constraint/m-p/10944742#M88139</guid>
      <dc:creator>TAZ-ZA</dc:creator>
      <dc:date>2022-02-12T11:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: Parametric Cabinet with max door width constraint.</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/parametric-cabinet-with-max-door-width-constraint/m-p/10944761#M88140</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3469566"&gt;@TAZ-ZA&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;P1 formula should be&amp;nbsp;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;or(Width = 450 mm, Width &amp;lt; 450 mm)&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;The formula you entered in P2 is wrong ...should be &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;not(P1)&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;And you need to lock the array properly at start and end&lt;/LI&gt;&lt;LI&gt;And Door width formula needs to be&amp;nbsp;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;if(P1, Width, Width / Array)&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RDAOU_0-1644588195258.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1024023iE535905B3C3AE8AD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RDAOU_0-1644588195258.png" alt="RDAOU_0-1644588195258.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Fix Cabinet.gif" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1024019iAA80CD82EA7188A1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Fix Cabinet.gif" alt="Fix Cabinet.gif" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Feb 2022 14:07:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/parametric-cabinet-with-max-door-width-constraint/m-p/10944761#M88140</guid>
      <dc:creator>RDAOU</dc:creator>
      <dc:date>2022-02-11T14:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: Parametric Cabinet with max door width constraint.</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/parametric-cabinet-with-max-door-width-constraint/m-p/10944790#M88141</link>
      <description>You're a saint. Thank you so much.</description>
      <pubDate>Fri, 11 Feb 2022 14:04:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/parametric-cabinet-with-max-door-width-constraint/m-p/10944790#M88141</guid>
      <dc:creator>TAZ-ZA</dc:creator>
      <dc:date>2022-02-11T14:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: Parametric Cabinet with max door width constraint.</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/parametric-cabinet-with-max-door-width-constraint/m-p/10944821#M88142</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3469566"&gt;@TAZ-ZA&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You are welcome...other things you need to fix&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;The door doesn't need to be casework...you can change its category to generic model&lt;/LI&gt;&lt;LI&gt;The Height, Width, Depth in the door you can change to Type parameter (you need instance only if you are using shared components)&lt;/LI&gt;&lt;LI&gt;You also need to Associate the Height of the door to that of the Cabinet&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See attached 2022 revised&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Feb 2022 18:55:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/parametric-cabinet-with-max-door-width-constraint/m-p/10944821#M88142</guid>
      <dc:creator>RDAOU</dc:creator>
      <dc:date>2022-02-12T18:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: Parametric Cabinet with max door width constraint.</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/parametric-cabinet-with-max-door-width-constraint/m-p/13316241#M88143</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3448664"&gt;@RDAOU&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks, I manged to follow along and learned some new trikes today.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm now trying to have the a truly parametric cabinet but when I change the height of the cabinet the doors don't change height with the cabinet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please advise what I need to do to make this happen?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2025 05:14:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/parametric-cabinet-with-max-door-width-constraint/m-p/13316241#M88143</guid>
      <dc:creator>mark.pyers</dc:creator>
      <dc:date>2025-02-13T05:14:24Z</dc:date>
    </item>
  </channel>
</rss>

