Joe_Carrick

Members
  • Posts

    11855
  • Joined

  • Last visited

Everything posted by Joe_Carrick

  1. Really? Maybe they don't see it as being "broken", but that doesn't mean it shouldn't be modified (fixed) so that it works the way we need it to.
  2. There were no changes in X13 for stairs. I have no idea what might be coming in X14. Currently the only way to create a true "Wide-U" (3 flights) is to manually create 3 single flights and connect them with 2 landings.
  3. That was about 15 years ago. There've been a lot of improvements in that time.
  4. As I stated in your other thread - Cabinet Libraries don't actually include any cabinets - just the materials and colors. Cabinets in Chief and in HDP are parametric. IKEA would be all frameless. You could fairly easily configure IKEA's basics and add them to your User Library.
  5. That's not correct. What's available to Chief Architect Products (with SSA) isn't available to HDP in most cases. IAE, the Cabinet Manufacturer Libraries don't contain any Cabinets - just Door Styles, Materials and Colors.
  6. I have a Template that's saved/shared in a dropbox folder. On one of my computers the "Designer Info" is properly available. But on one of my other computers it shows as empty. Both computers are accessing the same template but for some reason the "Designer Info" isn't available. Does anyone know why/how this could happen?
  7. I've used a custom sheet size. Normally I use 24"x36" (Arch D) but when the house is just a little too long: 24"x42" works. (Arch D2) custom size that I can print on my HP T120 30"x42" if the 24" isn't enough. (Arch E1) 36"x48" (Arch E) when absolutely necessary. It's not that hard to create custom sheet sizes and the print shops really don't care.
  8. The commands that are available in the "Edit Toolbar" depend on what item has been selected. Obviously, the "Make Room Polyline" button will only appear if you've selected a Room. It can be an interior room or the exterior room (select within about 12" of the exterior wall) Note, you can also right click on an object to get the context menu (basically the same as the "Edit Toolbar"
  9. Yes, change it in the Cabinet dbx for that door.
  10. They can work, but they are essentially "windows" and their properties are not correct. ie: energy values, glazing, etc. In addition, there doesn't appear to be a single mesh "Eave Vent". There also doesn't appear to be an "Eye Brow" roof vent.
  11. It would be great if there were more attic vents in the library. The only ones I've found are "Gable End" triangular. It should be possible to create schedules with the areas to verify the provided vents are adequate. In order to make that work for the code section Scott referenced there would need to custom fields to identify the positions. Scott; Note that the 1/150 requirement is the most stringent so it will always work, regardless to the positions.
  12. It would be more useful to upload the plan file so we can see what your problem really is. Make sure you close Chief first.
  13. You should go back to that post by Ridge_Runner and reverse your negative vote. It's just good form and will prevent any future antimosity.
  14. Look at your Wall Type Definition. There are settings included in that dbx. BTW, Contractors will always calculate more area than is real. and then add 10-15%
  15. One way of dealing with the detail is to use a separate wall type with 2 layers for the R-Zip that you use to draw the wall in the Detail. I regularly use wall types in my details to get all the layers automatically. Then I just need to add the other elements.
  16. Living Area is measured to the main wall layer of the exterior walls. It only includes the rooms that are marked as "Include in Living Area". This is the "Real Estate Standard"
  17. Doesn't always populate in the window attributes. It could be a result of bringing a plan forward from prior versions or how the room name is displayed in the plan. IAE, the "room_name" isn't really sufficient to verify which room a window is assigned to - unless all rooms have unique names.
  18. Chief doesn't assign the "Room_Name" or "Type_Name" to Windows - but you could have a Custom Field for that. Like Michael says it can be done and there could even be a custom Text Box with the data displayed for each room. It would be a fairly complex macro system - but not impossible. The macros would need to be able to accumulate the room data as well as the window data and then perform the calculations and display the results. This is not unlike the Area Analysis macro systems.
  19. If the stairs were built "manually" (psolids perhaps) the railing wall wouldn't work.
  20. You can just uncheck the "Use Mesh". Note that this dialog will not effect anything except the Materials List. To label the foundation plan and/or details you will need to handle it separately by notes.
  21. File> Import>Import_Default_Sets of course you first need ot export them.
  22. length in X12 and beyond is a measurement. You need to convert it to an integer numbers_of_characters = (0.34* length.to_i) multiple_string('X', (0.34* length.to_i))