ACADuser

Members
  • Posts

    2843
  • Joined

  • Last visited

Everything posted by ACADuser

  1. As I try variations of the code I get 0 or 99 or 100 in the schedule. The Note in the room displays the correct result. The correct room code string appears in the Result Box in the Macro Edit dialog. There must be something I'm getting wrong in the ruby code.
  2. Attached is my test plan. I can not get your code to work in the schedule. It works in the NOTE. # Macro by ACADuser # Return Room Schedule Note Number pluss 99 for Romm Numbers starting at 100 on floor 1 # returns 200 on floor 2 etc. referenced ? obj=referenced : obj = owner begin room_num = obj.schedule_number rm_num = (room_num.to_i + (floor_number*100)) $Name = rm_num.to_s rescue "X" end Rm Numbers.zip
  3. Michael Thanks for that info. I had not thought through all the possibilities. I only have 82 rooms in this building & only one floor. But will use one of your algorithms. I am using a NOTE Schedule with a custom field but currently, the schedule displays 99 for all the room numbers. I thought I had it working at one point.
  4. Well, I spoke too soon. It updates in the NOTE but not in the schedule. It now displays 99 in the schedule. Yes, I had a custom field I thought I could use in the schedule. Back to the drawing board.
  5. Well, I finally conquered my issue with room number that needs to start with 100 and not 101. Using a Note in each room and a Room schedule, the following macro, my first real Marco BTW, will display room numbers per floor starting at 100, 200 etc. # Macro by ACADuser # Return Room Schedule Note Number plus 99 for Romm Numbers starting at 100 on floor 1 # returns 200 on floor 2 etc. referenced ? obj=referenced : obj = owner begin room_num = obj.schedule_number.to_i room_number = (room_num + 99 * floor_number).to_s $Name = room_number rescue "" end
  6. Just use the Change Hinge Side Tool
  7. I get pdf files that fade so I have to print them separately with an Autocad created border & use a PDF editor to replace the Chief output pdf page that was designated for that pdf. It seems that there is no easy fix for Chief.
  8. OK I see now. I would need to choose "Custom Color" for it to work. I'll report your findings. Thanks
  9. Sorry, I miss spoke. I meant to say "Fill Transparency" It does fill the new rectangle but with no transparency.
  10. I did not change any properties of the rectangle on the right. Is there a Preference for polylines?
  11. But the Object Eyedropper does not offer the Fill as an Option.
  12. Oh wow, I guess I forgot the fill eyedropper! Thanks, Michael. Wonder why the fill properties are not added to the Object eyedropper?
  13. PLan file attached with 2 rectangles. The left one is filled 90% and needs 90% solid fill on the right one. Untitled 1.plan
  14. So there is hope for me. Screen_Recording_(3-5-2020_6-55-22_PM).zip
  15. Am I doing something wrong or does the Object Eyedropper not copy/transfer the Fill transparencies for closed polylines?
  16. We're are still on Florida Building Code 2017. It always irritated me that the building department communicates via Red Tags!
  17. I converted my CAD break symbols for use in Chief. Enjoy Break Symbol.calibz
  18. The one within 60" of the shower & <60" above the floor is required according to our FBCR 2017 R308.4.5
  19. FYI, I'm going round & round on the trey ceiling framing issue with tech support as we speak.
  20. I joined the 90 deg walls first & the dragged the odd angle wall into them. Double-wall, make the southernmost a wall with NO room definition CHF_David 1st Floor_AS-BUILT_02-25-20_V2.plan
  21. All I did was put the offset wall & change the width
  22. There are many helpful folks here on the form that have helped me along the way. I'm still learning and have found that the larger jobs tens to slow the hardware down quite a bit. Notes and schedules are troublesome. But if you put then in a CAD detail that helps. Fancy tables & schedules are not possible with just a Chief schedule. You will need to build a header and even column titles as Rich Text. That said I did a 7 story condo and several small commercial buildings using Chief. The 747 used sketchup for exteriors Good Luck with your transition.
  23. I'm confused, as I often am, if you put the image at #38 and cover it with a simi transparent filled pline @ 37 you get a faded look but The OP said it still obscures the property lines. So what are the property lines? And what draw order are they set to?
  24. Looks like you're getting deep into the pallets, have you seen any computer slowdown?
  25. Yes and very time consuming to fix.