Joe_Carrick

Members
  • Posts

    12061
  • Joined

  • Last visited

Everything posted by Joe_Carrick

  1. Jared, OK, so I'll make 2 Referenced Macros - one for header_thickness and one for header_depth.
  2. I'll work on it later. I'm assuming that you just want a user defined macro that you can insert into the Door or Window "Label".
  3. Jared, There are 3 Ruby attributes that would need to be considered for the Door or Window Header: header_thickness header_depth header_count The macro I gave you was just an example for a Ruby attribute named "thickness". To get something like (2) 2x8's or 3-1/2"x7-1/2" it would require a bit more work. Let me know exactly what you want and I'll see what I can do.
  4. Jared, Maybe this will help: arr = thickness.divmod(12) inch_frac = ((arr[1]-arr[1].floor)*16).round.quo(16) result = case when inch_frac == 1.0 "#{arr[0]}'-#{arr[1].ceil}"+'"' when inch_frac == 0.0 "#{arr[0]}'- #{arr[1].floor}"+'"' else "#{arr[0].floor}'-#{arr[1].floor} #{inch_frac}"+'"' end result It returns the closest 1/16". You can change that to whatever accuracy you want by just changing all instances of 16 to 8, 4, or 2 to get 1/8", 1/4" or 1/2" rounding.
  5. So the Patent was issued in 1961. Normally Patents are only good for 17 years - that's different than Copyright. I didn't see anything indicating a Copyright, so it would seem that anyone can copy the design and even reproduce the table.
  6. Michael, It's probably because your shadows are so long for so much of the year that you don't realize that they should be any different than the surrounding areas.
  7. Export from the Library. You don't need to zip it. The file extension is cabliz and Chieftalk allows that to be attached.
  8. Phyllis, Yes, I do use it as you suggested for various existing/remodel conditions. This is a real easy way to superimpose 1 or more cross-hatched walls without effecting the underlying walls.
  9. Here, I stretched the No Locate Wall completely across to the exterior walls and made the fill a black transparent angled crosshatch. BTW, if you save such a wall to the Library, you can then select it and draw right over normal walls without effecting them at all because the Wall is No Locate & No Room Definition.
  10. OK, this can be done: 1. Pink Filled Wall superimposed on the Blue Filled Wall 2. Pink Filled Wall Layer turned off 3. Blue Filled Wall Layer turned off The Blue Filled Wall is a Normal Wall. The Pink Filled Wall is a No Locate and No Room Definition Wall The fill on these walls could be anything you want and the Layers could be any layers.
  11. You can define different Wall Types with different Fills. You can also define different Layer Sets so that the colors are different for any given Layer.
  12. Sal, Is the project number a part of the File Name? If so, I can create a macro for you that will extract that part of it.
  13. That's an interesting approach. I would have just copied the material and edited the angle (pattern and texture) of the new material. You can access this in the Structure Tab of the Room dbx.
  14. Good morning Todd, Like Dennis, I seldom let a RT go beyond about 8-10 passes. Gene's comments are very good - under cabinet lights & a full tile backsplash would help along with some accessories to provide a little color and interest. Don't forget to add a molding edge to your countertops. The sharp edges are disconcerting & I'm sure that's not what you would specify.
  15. Only a few Chief Objects have the "Add to Library As" button: Doors -> Door or Doorway Cabinets -> Cabinet Modules or Cabinet Doors/Drawers I'm not sure what else - maybe the help file will say. OK, I just checked and those are the only 2 listed. Basically it says that where a Chief Object has other symbols inserted - you can Add either the entire Object or just the extra inserted object. The way this works for example is that you can select a cabinet and save as "Cabinet Doors/Drawers" and what you have in the Library can be used as a Door or Drawer Front on other Cabinets instead of being the Cabinet itself (which is the default if you just use the "Add to Library" button.)
  16. Curt, You have to be in a 3D View to use that tool.
  17. Here in California stucco is 1" with a waterproof membrane and wire lath but whatever the thickness, Chief expects there to be a surface exterior layer - outside of the main layer - which is why I suggested that you modify your Wall Definition.
  18. When you want the Gable End to be wood framed - add a short (1/16" tall) 2nd floor with wood walls. That will stop the CMU at the ceiling and everything above will be wood framed.
  19. This is a case where you need to use a "Custom Backsplash". It's on the Cabinet Dropdown Menu.
  20. I think you have a problem with your Wall Definition. You indicate the exterior material is stucco but it's 7-5/8" thick and evidently you want to use CMU with a stucco coating on the exterior. You should add an exterior layer to the wall definition. 1" Stucco 7-5/8" CMU 3/4" Air Gap 1/2" Drywall Make Layer 2 the Main Layer
  21. Scott, I used a Custom Counter Top. That's easier to control the Layer, Color, Linestyle & Weight.
  22. Now, if we could just set the Layer for the Label to the same Layer as the Symbol................ Then we could have Notes for not just Plan Views but for Elevations, Sections, etc.