-
Posts
12028 -
Joined
-
Last visited
Content Type
Profiles
Forums
Gallery
Everything posted by Joe_Carrick
-
Check your Layer Set to make sure it's set to display that layer
-
Setting a macro condition to see if a reference exists?
Joe_Carrick replied to Renerabbitt's topic in General Q & A
Sorry, I'm so used to writing the conditional on a single line. -
Setting a macro condition to see if a reference exists?
Joe_Carrick replied to Renerabbitt's topic in General Q & A
It isn't the referenced layer, it's the referenced object. The first line established what object to examine. If there's a connection (ie: referenced ? is true) then the connected (referenced) object is examined and its layer is displayed. Otherwise, the owner (text or note) is examined and its layer is displayed. Very simply, that first line determines what object is going to be reported. obj is the object because the first line set it either as the referenced object or the owner object. That 1st line could have been written: if referenced ? obj=referenced else obj=owner end -
Setting a macro condition to see if a reference exists?
Joe_Carrick replied to Renerabbitt's topic in General Q & A
What do you mean by referenced? Do you mean the note or text is connected to an object with an arrow? if so, try this: referenced ? obj=referenced : obj=owner obj.layer.to_s If there's no connection it will return the layer of the text or note as a text string. -
Wall Detail is the place to do it.
-
You will need to edit the "Wall Detail". I do that for Garage Door Openings using Simpson StrongWall. Personally, I might also include that pdf in the Layout. Chief is not going to do everything exactly as you want - or per code. We have to use our talents to do that when Chief isn't quite up to the task.
-
I actually have a macro that does that for Jack Studs. King Studs would be fairly easy to add. However, you must note that the code rules (table) for King Studs is limited to walls that are less than 10'. Anything more than that would require engineering calculations for wind loading.
-
Braced Wall Panels - Anchor Bolt Washers
Joe_Carrick replied to Joe_Carrick's topic in Building Codes and Compliance
Thanks Bob. I'll add that to my boiler plate for Braced Wall Lines. -
Aligning vertical b and b siding from floor to floor?
Joe_Carrick replied to HStone's topic in General Q & A
You might also try using a WALL TYPE that has a layer of 2x1 framing on the outside. It will actually add a level of realism. -
Braced Wall Panels - Anchor Bolt Washers
Joe_Carrick replied to Joe_Carrick's topic in Building Codes and Compliance
Thanks Perry. I'm pretty sure it could be circumvented by structural calcs - but not worth the time. Do you know of any sources for such square washers? I haven't been able to find them in HD or Lowes. -
Braced Wall Panels - Anchor Bolt Washers
Joe_Carrick posted a topic in Building Codes and Compliance
The IRC R602.11.1 requires 3"x3"x1/4" square washers in addition to the standard washers for anchor bolts with "Braced Wall Lines" in Seismic zones "D" This seems to be a new requirement in the 2019 IRC. Actually, I'm using the CRC (California Version of the IRC). Has anyone found an exception to this code requirement? -
Custom Note Schedule-Duplicate numbering
Joe_Carrick replied to gravattedesign's topic in General Q & A
Yep, it's always 2 separate schedules. -
Remove baseboard from one wall only on a room
Joe_Carrick replied to CRChief's topic in General Q & A
If you just want to eliminate the baseboard but keep any other moldings you would need to create a Room Molding Polyline for that molding and then select the Edit Toolbar Icon "No Molding on Selected Edge" -
Shelf under the vanity showing on top of cabinet in plan view
Joe_Carrick replied to 4carpenters's topic in General Q & A
Display Order > Move to Back -or- Set Fill Transparency -
Alan, Normally I use the worst case. But if there's a substantial difference (more than 4" of depth I'll customize. Using I-Joists is a better solution than dimensional lumber for anything more than 2x8's
-
Assuming that you mean you saved the plan file with a new name ---- you need to open the layout file and "relink" to the new plan.
-
Anyway to save a portion of a plan to a library
Joe_Carrick replied to DianeP's topic in General Q & A
If you save it as a separate plan, you should be able to copy and paste it to any other plan. -
X9 is almost 5 years old. Even if you post the plan it may be difficult for anyone to diagnose.
-
The other possibility would have been to make sure the "main" layer was also "foundation" layer.
-
Without having a complete list of all equipment (with loads) as well as the number and amperage of circuits this wouldn't be possible. It could be done - but only with customized electrical symbols, etc. I find it's easier to let the Electrician or Electrical Engineer work it out. For most residential projects I just specify the appropriate panel size.