BrownTiger

Members
  • Posts

    739
  • Joined

  • Last visited

Everything posted by BrownTiger

  1. Enable Selection Toggles toolbar, by right-clicking empty space on a toolbar...
  2. Here is my macro..... You do not have to use it.... It uses rounder function def rounder(l) arr = [0,4,8,9,10,12,14,16,18,20,l] puts arr.select{|item| item < l}.max end This function rounds a lumber to 4',8',9',10',12'..... to buy list sizes replace with [0, l] to disable it. LumberMaterialList.json
  3. Apologies if I state the obvious.. I would not recommend using double click to open object specification dialog - if that is what you were using. Select an object (such as a room) and use hotkeys: Ctrl-E (windows) or Command E (mac).
  4. Not sure what the issues are? IMHO 1) Neither plan have good dimension defaults. 2) Neither person understands how to provide / convey to a framer of what are you trying to get done, or dimensions. 3) The casings may or may not be against the wall or may not always be flat, could have a different width or depth. They are not a good reference point. Whole 20 seconds.
  5. I doubt they will make X13... Most software companies will avoid that as a plague...
  6. Here https://youtu.be/K_7TNR4hPmA
  7. You are trying to extend a house by adding three (3) attached gables on the back....
  8. Are you asking about like real time growth feature, like this? https://www.ideaspectrum.com/help/photo4_help/settingplantgrowth.php
  9. 99% sure it was created in an older version of ChiefArchitect, prior to Views existents. No big deal Right click on a toolbar, customize toolbars, add the "L" thingy (Active Layer Set Control ), enjoy.
  10. This is my hobby. I rotated a plan few times but with Edit Area> All floors for testing... It looked weird. Some labels rotate, others do not. Not sure what construction worker would want blue prints rotated at 24 degrees... I would build it straight and rotate one layout box on a like Site Overview page. IMHO. Same if you are building on a large lot ... do not input entire survey dwg... Like 1 sq mile. Impossible to use and makes chief very slow. Import what you need for a house site. Merge on a layout page.
  11. Just my $.02. The issue is not with the wallboard. Chief provides 4x12 and even 4.5x12, see below. I doubt any designer is using material list. It is not working correctly. So should you get a model 100% correct if you can not get totals anyway? 1) ChiefArchitect added Ruby macros ... very nice. I do not have a clue what get's passed to Ruby 2) I created a simple Ruby macro "return1" that returns 1. Got an error, 3) Jenna Video of 2 years old is wrong https://www.chiefarchitect.com/videos/watch/2438/using-formulas-in-materials-lists.html She adds extra 110% - that will cause total to be: count + extra = 210%. No one appears to complained. 4) If CA wants to compute drywall as 4.75 per wall - fine show me that. DO not show 5+5+5+5 = 19 Even better let me round: count.ceil.
  12. Ok, I figured it out... Just because walls are rounded to 5 does not mean it is 5 sheets. The software considers them 4.75s Thus the answer. I think CA needs to re-look at that. You could be really short on materials.... Lies
  13. Yeah, I probably should have used the term not the "Ruby Macros" [or read the help file to find out how CA calls these] IMHO (%schedule_number%) - probably simple old string substitutions thingies... eval("%%room.schedule_number%%") returns an error... No matter what Ruby macros work in a richtext box....
  14. That is because %schedule_number% is not a macro, and you are right it will never work. On the other hand if you do create a ruby macro: result="" result += owner.room.schedule_number + " - " + owner.room.name result It will work as a fake RichText room label
  15. Thank you very much. Odd that CA does not have it.
  16. Anywhere in the library dimpled foundation mats like delta-ms?
  17. Is this suppose to be a nob with gulf wings?
  18. You could always try Unicode entry in the rich text box: holding <ALT> 253 [use numeric key pad] ²
  19. Here are some benchmarks https://browser.geekbench.com/processor-benchmarks/ RyZen AMD CPU are fine. They are fast and very decent CPUs and cost less than I9s. You may have an issue utilizing that many cores tho, If you have Ryzen9, as most software not designed to be heavily parallel.... I ran into an issues with Adobe PDF various libraries as the format was not designed for multithreading. This issue is applicable to the most software written today unfortunately.
  20. https://www.chiefarchitect.com/support/article/KB-01069/designing-a-traditional-pole-barn-structure.html
  21. Software can probably do this automatically. If not go manual. Specify porch room ceilings height like 12" lower, for each porch wall specify roof / hip wall with like 3:12 pitch. For the building set gable condition 6:12. Add a cricket.
  22. Years ago I wrote a software to read PDF files....
  23. Both appear to be fine 1.4, produced by the chief architect.... The one that does work contains xmpmeta stream presumably created by this https://helpx.adobe.com/experience-manager/6-3/forms/developing/xmp-utilities.html BT