Joe_Carrick

Members
  • Posts

    11782
  • Joined

  • Last visited

Everything posted by Joe_Carrick

  1. I like my Driver Setting to be 240 yards with a slight draw. ;)
  2. I actually hope that everyone does. I made it for my home which is undergoing renovation and remodel due to the fire back in December. It's kind of a neat symbol which adjusts to almost any size opening. If the opening gets taller than appropriate for 4 panels then it becomes 5, 6, 7 or however many is needed. The width is also adjustable but I wouldn't want a garage door more than 16' wide, not to mention that it might be very difficult to have one of this type bigger than that.
  3. Here you go. Glass Garage Door.zip
  4. I'm running 3 monitors HDMI1, HDMI2 & VGA. The HiRes 30" requires HDMI to get the full 2560x1620 resolution.
  5. I'll post it this afternoon when I get home
  6. See my specs in my signature. All together it was about $1800, including the monitors.
  7. Do you want it to have an Aluminum Frame? I can provide you with one if you let me know more fully what you want.
  8. I'm in a bit of a conundrum. We have a powder room that opens off of the den and it has a pocket sliding door. Naturally, it's open most of the time and the wife wants a hinged door so that it can be just slightly open when no one is in the powder room. The problem is that the room is only 3'-6" x 7'-0" and with a 28" door swinging into the room it would be very difficult for Perry to go into the room and close the door. I could swing the door out instead of in, but that doesn't seem like a good idea to me. What would you do?
  9. What you are seeing there is the Door Jamb. Look in the Door dbx and uncheck the box that says "Has Jamb". The Interior and Exterior Casings can also be "suppressed".
  10. Check any and all Views, including extents with all Layers turned on: Plan Views (all floors, including foundation and roof) Elevation Views Section Views CAD Detials etc. IOW, everything in the Project Browser Make sure you turn on all Layers and zoom to extents.
  11. Each Schedule in the Plan will result in a set of Labels. Maybe you have a Schedule on another view or in a CAD Detail. IAE, there must be more thatn one schedule in your Plan File.
  12. It's basically a Railing (Solid) but there is a "Half Wall Tool in the Walls Dropdown.Menu.
  13. Glenn, One thing that I find is a problem is that I can't change the color of the material except by picking an individual framing member. Only after using the stud's dbx to change it's material can I the use the eydropper/spraycan to individually edit each of the other framing members. IOW, it's pretty tedious.
  14. Glenn, That's pretty cool - great example for Kirk of what B&B is all about
  15. I thought that Kirk was asking what sort of tool we'd like to ideally perform the job. I didn't realize he was just "fishing" for something to provide a work-around for
  16. So I assume you are doing this on Plywood Siding. Another reason to have the ability to specify size and spacing.
  17. Try this macro for riser height: inches =nR.floor frac =( (nR-inches)*16).round.quo(16) case when frac == 1 result = "#{inches + 1}" when frac == 0 result = "#{inches}" else result = "#{inches} #{frac}" end result This macro for number of treads: num_treads This macro for length of run: # Displays Stair Length (Total of Treads) nL = num_treads * tread_depth # Convert Decimal Values to Fractions inches = nL.floor frac =( (nL-inches)*16).round.quo(16) case when frac == 1 result = "#{inches + 1}" when frac == 0 result = "#{inches}" else result = "#{inches} #{frac}" end #Display Results 'Length = '+result+'"' and here's one for the total height of a run: arr =(total_risers*riser_height).divmod(12) inch_frac = ((arr[1]-arr[1].floor)*16).round.quo(16) result = case when inch_frac == 1.0 "#{arr[0]}'-#{arr[1].ceil}"+'"' when inch_frac == 0.0 "#{arr[0]}'- #{arr[1].floor}"+'"' else "#{arr[0].floor}'-#{arr[1].floor} #{inch_frac}"+'"' end result
  18. Kirk, since you asked..... Something like the Corner Boards tool to apply the battens to the wall (3/4" x 2" at 12" oc is common but a set of defaults would be appropriate). Spacing is really based on the size of the Boards, so if 1x8 boards are being used then the spacing would be 8". If 1x12 boards are being used then the spacing would be 12". The battens should stop at window casings and aprons as well as at door casings. The advantage of such a tool would be that shadows would be cast by the battens depending on the sun angle rather than an arbitrary picture used as a texture where the shadows might be opposite of what the sun angle would dictate..
  19. Are you using X5 or X6? If X6, you can use the Wall Material Region tool which is aware of Cabinets, Windows, etc.
  20. So I finally got it to work by copying Floor 2 from the original to the Plan that had the revised Floor 3 & 4. Evidently there needs to be something above, not just a blank floor. Floor Elevations are evidently dependent on the Floor above and it needs to have at least one existing room. The other thing that I fouund was that if I used Edit_Area>Edit_Area_Visible that it crashed Chief.whereas Edit_Area>Edit_Area worked.
  21. Scott, It's my house - I essentially took the original Plan - copied it and made some modifications to flr #3 & #4. Then I deleted everything on those floors of the original and tried to copy the modified floors back to the original. I'm wondering if the extreme terrain is having an effect during the copy. I don't know why that would be but it definitely creates a mess.
  22. Yes, I created all four floors in each plan. Plan 1 has Floor 1&2 finished & floors 3 & 4 blank. Plan 2 has Floor 1,2,3 &4 finished. When I copy Floor 3 or 4 from Plan 2 to the corresponding Floor of Plan 1 they don't go to the correct elevation. I'm given a message that the old and new elevations are not the same.
  23. I have 2 Plans - same building. I want to copy floors 3 & 4 from Plan #2 to Plan #1. In both Plans, the Floor Elevations start at 0 and increment 10'. When I copy from Plan 2 to Plan 1 Floor 3 should be at Elevation 20' and Floor 4 should be at Elevation 30'. But they come over at Elevation 0 & 10'. This is basically unusable. Is there another way to merge Floors from 2 different Plan Files? I really need to put Floors 1 & 2 of Plan 1 with Floors 3 & 4 of Plan 2.
  24. Larry, I totally agree with you. An Edit Button to disable on an individual case basis. I'm not sure how that would be programmed, but it would be nice if they could do it.
  25. Alan, There are 2 ways of avoiding this in the Door Schedule: 1. Do not include the Hinge Side column. 2. Uncheck Group Similar Objects. I don't know why the Schedule doesn't consider Hinge Side as a difference. That seems to be a bug that should be fixed. Actually, anything that isn't the same in all columns shouldn't be considered as similar. IAE, sometimes providing too much information to the contractor and sub-contractors can get you in trouble.