Grouping Cabinets


Allen43
 Share

Go to solution Solved by SusanC,

Recommended Posts

I have been trying to reduce the time I spend on a design, and I realized that there are a few groups of cabinets and panels that I use a lot. I would like to save these cabinets as a group and place them all at once. However, I still need them to be individual cabinets for schedule and modularity purposes. It seems like this is out of Chief's current reach. I just wanted to make sure this wasn't possible before adding it to the suggestions forum.

 

Oh before I forget an example of when I would want this. Almost every kitchen I design has a cabinet above a fridge supported by two full length panels on either side. I would like to place both panels and the cabinet at the same time. And even the fridge if possible. 

Link to comment
Share on other sites

  • Solution

Just what Mark said - make an architectural block of the cabinets you want to combine and you will be able to place them as one unit.

  • Select the cabinets with labels turned on.
  • Block the cabinets by using the "architectural block" tool.
  • Add the architectural block to the User Library using the "add to library" tool. 
  • Schedule will report the cabinets as individual.
  • If you need to move the cabinets individually in the future, just "unblock" them.

 

 

Screenshot 2023-02-10 at 3.31.21 PM.png

Screenshot 2023-02-10 at 3.30.07 PM.png

Screenshot 2023-02-10 at 3.30.24 PM.png

Link to comment
Share on other sites

Just to add to what Susan said...

 

You can actually make an architectural block act like a single object by checking "treat as one object" in the arch block dialog.  You can then choose how you want it to go into the schedule either as a block, or as a cabinet, or even as something else.

 

If you want to make changes to one cabinet in the block, when you first click you will select the block but then you can use the tab key to select the individual cabinet.  You can then open the dialog to make changes to that cabinet.  If you need to rearrange them, then exploding the block is the thing to do.

 

  • Upvote 1
Link to comment
Share on other sites

As DB mentioned...

"Treat as on object"  will allow you to place the block into the schedule as one unit.  This is helpful when you are doing a custom cabinet order of inset cabinetry and you've combined several cabinets and want that combination to show up in your schedule as one object with one label.  

 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

  • Member Statistics

    33271
    Total Members
    9156
    Most Online
    TommyOLDC
    Newest Member
    TommyOLDC
    Joined
  • Similar Content

    • By Allen43
      I have returned to this forum once again in seek some help with ruby and macros.
       
      I have been working on a macro to automate cabinet labels. So far I have a mostly working macro, but I feel like my hands are tied and my eyes are closed. First of all the documentation on chief implementation of ruby and its capabilities it really lacking. And second, I don't have the Ruby terminal. I think this is because I am running Interiors, but am not sure as all Chief says is that there is limited use of Ruby in this version.
       
      Anyways, right now I would love to have a list of all callable object attributes. I honestly don't even know if that is the right name for what I am looking for. I am trying to find a list of what info I can scrape from a cabinet. So, what can I put after obj. (ie. obj.width, obj.type)? I think I could find this by running the selected.names command in the terminal, but I have no way of knowing.
       
      This is my current macro. It is built from parts of a macro from @MarkMc and whatever I have been able to come up with from random trial and error. If you see something I could improve on, I am open to suggestions as long as they have a good explanation with them. Thanks in advance!
       
      Macro:
      obj = owner
      obj = referenced unless referenced.nil?
      obj.depth
       
      type = obj.type.to_s
       
      nf = NumberFormatter.new
      nf.unit = 'in'
      nf.use_fractions = true
      nf.show_unit = false
      nf.apply(obj.depth)
       
      standard_size = 24.0 if type == 'base_cabinet'
      standard_size = 12.0 if type == 'wall_cabinet'
      standard_size = 24.0 if type == 'full_height_cabinet'
       
      depth = nf.apply(obj.depth) if obj.depth.to_f != standard_size
       
      standard_size_height = 36 if type == 'base_cabinet'
      standard_size_height = 0.0 if type == 'full_height_cabinet'
       
      height = nf.apply(obj.height) if obj.height.to_f != standard_size_height
       
      width = nf.apply(obj.width)
       
      nomen = 'B' if type == 'base_cabinet'
      nomen = 'W' if type == 'wall_cabinet'
      nomen = 'T' if type == 'full_height_cabinet'
       
      hinging = owner.door_swing
      label = ""
      label << nomen << width.to_s << height.to_s << depth.to_s << hinging
       
      p label
       
    • By Allen43
      I'll new to Chief and have learned that this form might be one of the best resources I have ever used. I am trying to streamline my design process and to do that I would love to be able to change cabinet ends to finished or paneled faster and easier. I tried to make a SP to do this, but I couldn't figure it out. I also thought that there might be a way to do this with macros is a SP, but I know even less about macros than I do Chief.
       
      Any help is appreciated, and if it's not possible that's fine I'll know not to spend more time on this.
    • By Designers_Edge
      I have searched the Chief Architect website and also here.  I have X14 now and want to show sliding doors on some base cabinets.  Perhaps I am missing the options to adjust this in the cabinet specifications.  
       
      Would appreciate someone helping me find this.  Seems like it would be available in the library with the resurgence of Mid-Century Modern.  Thank you.
    • By Artisan_TH
      My client doesn't want any hardware on the cabinet doors.
      How do I create a finger hole in the door?
    • By BryanXG
      When you place a cabinet as a blind corner, CA automatically adjusts the filler and door size for the exposed portion of the cabinet.
      The filler is 2" wide... we typically work with 3" fillers to make sure there is clearance on the adjoining cabinet hardware.
      How can this default be changed?, as having to add a vertical blank each time is getting old.
       
      Thank you for any suggestions.