Joe_Carrick

Members
  • Posts

    12095
  • Joined

  • Last visited

Posts posted by Joe_Carrick

  1. 1 hour ago, SkullMesaRanch said:

    Hey Gene,

     

    Right now at Lowe's the price of a 8' 2X6 is three times the cost of the comparable 2X4.  As someone getting ready to build a small house and barn I really would like to use 2X4 construction if it saves money.  One of the 1st things people ask when you say you're building a house is "Are you using 2X6 construction?"  I don't understand how this became a status symbol.  Most of heat goes out the roof not the walls and insulation is so good now that the extra 2" of insulation isn't buying that much.  If I use 2x4 construction on my exterior walls I feel like I can't tell anyone except the framing contractor.  Even then I'll call first to make sure they'll do it.  The labor cost should be less with 2X6 exterior wall construction, but I don't know if it would swamp out savings in 2x4 material costs.

    Having visited Cave Creek in the winter I know it can get pretty cold and of course in the summer it can get pretty hot.  That said, you should be able to use 2x4's if your design meets the energy requirements.

     

    Just make sure you don't have any plumbing in the exterior walls as the pipes could freeze where the insulation is compromised.

     

    2x6 construction isn't a status symbol.  It's totally a matter of what's needed for structural and energy requirements.  If the structure isn't too tall (wind load) and the insulation needed will fit in 3.5" then 2x4's are fine.

     

  2. I use 1/4" for most drawings (Plans, Sections & Elevations)

    For some details (larger scales) I use 1/8" and 1/16" depending on the object.  

     

    It's really a matter of what's being dimensioned.  The drawing scale will usually be the determining factor.

    • Upvote 1
  3. 3 minutes ago, para-CAD said:

    Is it even possible for the original posters to move their Question threads to Q & A?

    No, but a moderator can if you report the post and ask for it to be relocated.

    All the OP can do is copy the content, delete the post and paste the content into a new thread in the correct forum.

    • Upvote 2
  4. Some of the %object_properties% macros in the OOB Templates don't show everything.  In most cases they are limited to the owner object.

    My versions also show sub-level objects (such as the Room).  This is important for referenced macros where using a text box with an arrow.

  5. If you want "Live Details" try this:

    • Create a Cross Section (Vector Render Technique)
    • Save it and rename as desired
    • Open it for Edit in the Project Browser 
    • Set Clip Lines (Horizontal and Vertical) and check "Display"
    • In the View, move the Clip Lines to crop the Detail
    • Annotate the detail - some things can use referenced labels
    • send to Layout (at desired scale) and use the built-in macros to Label the Detail

    When anything is changed, the Detail will automatically correspond to those changes.

     

    You might need to play with the Defaults to get the annotation sized correctly for the scale of the Detail(s)

    • Like 1
  6. Here's my version of the macro.

     

    ###################################

    # Macro Name: cab_label

    #   OBJECT type width depth height swing

    ###################################

     

    referenced ? obj = referenced : obj = owner

     

    slabel = ""

    slabel << obj.type[0].upcase.gsub("F","T")  # convert Full to Tall

    slabel << obj.width.to_f.round(0).to_s

    slabel << obj.depth.to_f.round(0).to_s

    slabel << obj.height.to_f.round(0).to_s

    slabel << obj.door_swing

     

    Nothing else is required 

  7. Create a Layout Template with the Border, Title Block, etc on page 0.  You can make your own arrangement & Title Block Content.

     

    A Layout can actually have several "Template Pages" and any Layout Page can use any of those as a basis for what is displayed as the background.  But all sheets in a Layout have to be the same size.

     

    You can use any standard page size for a Layout.  24x36 is Arch-D but there are many other sizes available and you can even define custom sizes.

    • Upvote 1
  8. 2 hours ago, marlem2000 said:

    What I'd like to do is building a plaid from the begining.

    X14 provides the ability to create "Solids" with Fillets.

    In X12 you would need to draw a Polyline in an Elevation View, Fillet that and then convert to a Polyline Solid.

     

    In either case, the material would have to be applied.

  9. 29 minutes ago, ValleyGuy said:

    For all those at CA fostering ulcers and sprouting grey hair, I would like to encourage you to keep your heads up. It's hard to give your all and receive harsh criticism that you don't measure up, or to provide years of service support and product improvement only to have someone belittle your efforts because they never called for help or chose to upgrade their purchase. I don't get the feeling that you are out to price gouge me any more than I am toward my customers. I believe that you are still a company that has people behind it and not some corporate board only answering to the shareholders. Keep up the good work, and THANK YOU for helping me to be successful.

    :wub:B):wub:

    • Like 1
    • Upvote 1