Renerabbitt

Members
  • Posts

    4046
  • Joined

  • Last visited

Everything posted by Renerabbitt

  1. See photo...can we do this with out current window dbx options? Not in front of computer to try it out
  2. this is all within my pro plan template which I sell. It does auto labeling of the box itself and also does the schedule detail. Utilizes some macros that I created. It integrates with the Kitchen Tools that I sell as well. Someone here might offer up their own code for that for free if you post it in a thread
  3. Just curious why you would be using such a scale ? Why not draw your dimensions manually for that view...assuming it is a site plan. Otherwise use match lines at a lower scale
  4. Gonna be a couple years likely… games moving to pathtracing now… hopefully they find a way to catch up. in the meantime, just remotely rent a machine when you need an rtrt
  5. Chief cannot do cut lists etc automatically either if needed ........... but macros may be workable? Yes can do it with macros thankfully
  6. You would need to either manual price everything out...or build a system based on macros that can auto calc pricing...or price your cabinets and save to your library to be used later. Its about the only place that 2020 accels in, but you wont want to switch back once you start using Chief
  7. why not do it yourself? Or are you needing a load calc?
  8. POST 107 #freesymbolfriday for you Macro Gurus Direct Download: Link Click to navigate to the Discord Server CLICK ME TO GO BACK TO THE INDEX!!!
  9. I have a detail system that is lightning fast in my Pro Plan: , but aside from that you can pull a cross section view and use auto-detail and then use the trim tool to section and annotate etc.
  10. thats a bit more difficult. Panels are a collection. You'd have to know which panel you are referencing, say panel 0 for instance, then panels[0].formatted_size reports a string value of both width by height such as "23 7/8"x24 5/16"" for which you would need to split or index and convert to create your calcs. I have a system that prices out cabinets on the fly very accurately but its expensive...takes number of plywood sheets into account, panel sq ft, finish options, variables and a bunch more...can get pretty complex. You could write this macro and input it into your count. It totals all panels but has no conditional statements for false panels or slab vs shaker etc. # Copyright Rabbitt Design 2023 # INITIALIZE TOTAL SQUARE FOOTAGE VARIABLE total_sq_ft = 0.0 panels.each do |panel| # EXTRACT WIDTH AND HEIGHT FROM FORMATTED SIZE w, h = panel.formatted_size.split("x").map { |dim| dim.to_i } # CONVERT DIMENSIONS TO SQUARE FEET AND CALCULATE SQUARE FOOTAGE FOR EACH PANEL sq_ft = (w * h) / 144.0 # ACCUMULATE TOTAL SQUARE FOOTAGE total_sq_ft += sq_ft end # REPORT TOTAL SQUARE FOOTAGE total_sq_ft
  11. I don't see what question you are addressing with your question. Can you eloborate?
  12. its a bug, I just reported it and already heard back from Carrie
  13. You can do this in twinmotion utilizing phases but it would be ver complicated to achieve depending on how specific you wanted to get about what displays and when
  14. your signature says X15...you wouldnt have access to that anymore.
  15. the condition you show doesnt allow for that unless you change overhangs or plate heights
  16. FYI No Locate simply means that Auto Exterior Dimensions will not dimension to your wall. This has no bearing on placement.
  17. bold indicates a searchable term or phrase in the help files. There are only certain built in columns to include within schedules that have the ability to report values to a totals row. Your custom field will not be able to report to a totals row
  18. currently only have the ability to total specific columns to include. You would need to find another method to populate totals. You could do this with a totals object that reports to schedule with its own custom field which does the total calcs for you through a macro that you script. Keeping in mind it would have its own column and row so may not be formatted the way you want:
  19. Would be happy to take this on for you. current backlog is 3 weeks though. Feel free to give me a call or reach out through the website in my signature.
  20. If you want to draw and don’t care about the lower end graphic card I would def go with the surface studio mobile. it’s optimized for stylus use with greater pen sensitivity and higher resolution. It’s a bit more expensive though… I’d probably be waiting for the next version though as it will likely get a 4060 card