Renerabbitt

Members
  • Posts

    4020
  • Joined

  • Last visited

Reputation

1723 Excellent

About Renerabbitt

  • Birthday 10/05/1981

Profile Information

  • Gender
    Male
  • Location
    Oakland, California

Recent Profile Visitors

28058 profile views
  1. https://www.rabbittdesign.net/shop/p/automatic-chief-architect-cabinet-pricing-system Watch the video: Revolutionizing cabinet design just got easier! Introducing a dynamic pricing and labeling system for Chief Architect that transforms kitchen builds. Imagine configuring a complete kitchen with pricing in under 30 minutes! This tool is not only a game-changer for cabinet vendors and custom shops but also the closest comparative #ChiefArchitect integration that could compare to 2020 design software's cabinet pricing system. Highlights include: - Variable custom cabinet pricing - SKU match pricing for precision - Dynamic cabinet labels for clarity - A custom schedule that prints an order form just like your vendor's requirements -My Kitchen Tools which can be found here: https://www.rabbittdesign.net/shop/p/kitchen-quick-tools-package Plus, get a free consult to tailor the cabinet schedule perfectly to your needs! Don't miss the full demo; click on the YouTube link above to see these tools in action! #CabinetDesign #ChiefArchitect #InteriorDesign #CustomCabinets #KitchenDesign #CADdrafting #2020design,
  2. Checkout the video: and check out the listing: https://www.rabbittdesign.net/shop/p/automatic-chief-architect-cabinet-pricing-system
  3. welp this only works with solid walls since its using drywall for the calc but here ya go: # Copyright Rabbitt Design 2024 # This macro is in your Room Label but can also be used in a polyline or rich text box ########################################################################################## # Rabbitt Design assumes no liability for the accuracy of this macro calculation or # any consequences arising from the use of this script. Users are responsible for verifying # the appropriateness of the settings within the label options and ensuring the script functions as intended # in their specific use case. ########################################################################################## referenced ? obj = referenced : obj = owner ########################################################################################## #FORMATTER formatter = NumberFormatter.new formatter.use_fractions = true formatter.denominator = 4 formatter.show_trailing_zeros = true formatter.unit = '"' # Set units to inches formatter ########################################################################################## #SCRIPT is_railing_wall = obj.respond_to?(:is_railing) && obj.is_railing if is_railing_wall && obj.respond_to?(:upper_layers) && obj.respond_to?(:length) layer_with_greatest_thickness = obj.upper_layers.max_by { |layer| layer.thickness } if layer_with_greatest_thickness area_sq_in = layer_with_greatest_thickness.area.convert_to(:"sq in") railing_height_raw = area_sq_in / obj.length.to_f # Apply formatter only to the final railing height result railing_height = formatter.apply(railing_height_raw.round)+"w/Rail Cap" else railing_height = "No valid layer found" end end
  4. What is the rendering method of your full camera and are you using that same rendering method in your walkthrough settings?
  5. I want to be able to grab a handle and pull a section arrow. I see we have arrows but not section arrow
  6. im moving away from ipad..too closed down for me. A surface book or surface studio can handle chief, even when detached
  7. thats my video actually I had been using an iPad with a remote desktop viewer, so still needed a PC or mac to run the software and then using the ipad as a wireless monitor.
  8. thats 2.5K poly but you might want to put a fill style in your CAD block
  9. 833316516_HANA-PMRGEO-RR.calibz
  10. also this for some reason is for a different version of the software
  11. I couldnt post a pic in our message exchange so posting here: woulld use an image for the base of this and cut the faces way down. 15K is so much for a sink
  12. you could take it even further and make it dependent on a suffix in your file name or change by zip code or many other approaches. ChatGPT will take you so far but also more complex macros chatgpt butchers..still recommend training with Mike