-
Posts
12061 -
Joined
-
Last visited
Content Type
Profiles
Forums
Gallery
Everything posted by Joe_Carrick
-
Use 2 moldings - 1 for the base and 1 for the chair rail. Then use a Wall Material Region for the space between. That's just what I said in Post #1.
-
It's a matter of what looks right. Typically the top of doors should match the top of windows. But that doesn't always work. Design it so that you like how it looks.
-
Here's what he said in the 1st post: I removed 2 windows and want to replace with a railing using the same opening sizes.
-
Actually after reading Larry's original post again. Just change the Windows to "Pass-Thru's" resize so they go all the way to the Floor, remove casings, etc and place a "No Room Definition" railing wall in each opening. Pretty much what Scott was saying except that I just edited the existing windows.
-
I would either do it like Scott - or use a "Post to Beam" railing wall.
-
Alan, The other option is to use Edit Area to copy the entire Plan and mirror it so that you have a 4 unit. Save that as a separate Plan File and then send the 4 unit elevations to your Layout. You can send as many different Plans to the same Layout as you want.
-
Display the Elevation and create a CAD Detail from View. Then in that CAD Detail you can Mirror Copy.
-
Make the Roof as a 2nd Floor with a height of 2 feet and no roof over the 2nd Floor. It's no perfect but for a conceptual design it will work fine. The walls can be just 6" Concrete
-
If you have those in the Plan and/or Elevations, they will be in the Layout. It's a matter having a material that has an assigned "Pattern" rather than just a "Texture". Patterns are "Hatch Patterns". There are many available in Chief as well as others from external sources that can be imported.
- 1 reply
-
- 1
-
-
So just wait until you have the rooms finalized. Some things are never going to be 100% automatic. OTOH, I prefer a methodology that is more comprehensive. If all rooms have unique names, a global hash table can be maintained and a single macro can be used to sum the areas of any one (or more) rooms. This only requires two macros: 1. A macro In the Default Room Label to accumulate and maintain the hash table. a. The hash table would contain at a minimum the internal_area of each room. b. It could if desired also contain the required vent and opening areas 2. Another macro to display the desired output based on summing the values in the hash table for specific rooms. a. This macro could be used in the Default Room Label for single rooms but could be easily modified to use for multiple rooms.
-
In Ruby, you can add numbers and you can concatenate strings using "+" but you can't mix them. To get the output you've indicated you have to use the .to_s method to convert the numerical values to strings as follows: height.round(0).to_s + " x " + width.round(0).to_s
-
To control the number of decimal places you will need to use Ruby. Chief's built in macros can't be rounded. There are examples of how to do this in another thread. https://chieftalk.chiefarchitect.com/index.php?/topic/9401-polyline-labels/?hl=round#entry82412
-
Use a "Custom Counter Top"
-
Place your Logo on Layout Page 0 in your Title Block. It can be one you create graphically or an imported image.
-
That's exactly how I would have done it.
-
Lumber size restrictions and ridge board/beam
Joe_Carrick replied to RyanDe's topic in General Q & A
As an Architect, I consider it my responsibility to provide the best possible design (functionally and structurally) within the clients budget. If the client wants more than they can afford then it's my job to provide guidance. To provide a design and documents that are totally outside the realm of possibility - including budget - is a moral and professional failure. There can be a reasonable variance from budget but it must be within reason. -
Teresa, Are you talking about Chief's "Plan Check" or the one done by the Building Dept?
-
FWIW, ceiling mounted outlets should not need to be weatherproof. Assuming that they are under the roof there shouldn't be any way for them to get wet. If you mount a light fixture or fan on the ceiling of a porch for example, they don't have to be waterproof fixtures. Maybe it's just a matter of a notation on the plan that the outlets are "ceiling mounted". Or, you could indicate a light fixture and then have the fixture changed to an outlet later. GFCI protection could also be used.
-
You need to modify the 2D Block to include WP and save the outlet to your user Library so it's available for future projects.
-
Lumber size restrictions and ridge board/beam
Joe_Carrick replied to RyanDe's topic in General Q & A
I will say this just once. Find a good Architect or Building Designer in your area that you are comfortable working with - then hire them to do the job. Preferably you can find one that is proficient with Chief Architect and that will work/consult with you on what you want/need. A good residential design professional will save you many times the fee they charge for their work. Not only will the finished product (your home) be less expensive but it will be done much faster and it will function much better for you. The training and experience is they have is invaluable. You will spend hundreds if not thousands of hours learning to use Chief proficiently and you will still not be as good as a design professional. -
Dermot, I think there are many of us who would like the ability to have things cut in sections to be heavier and possibly a different color. The same could be said for the edges in elevations. You might want to rethink your long term goal for this case. "Live Views" have given the ability to make our elevations and sections much more artistic. Please don't do anything that goes backwards.
-
See the help file for "Custom Muntins"
-
Thanks Michael. So now I get the RED in both Plan and Layout for both. CROSS SECTION CALLOUTS CROSS SECTION LINES Scott, the Key to the Cross Section Lines being in color in the Layout is using a "Live View".
-
This is nutty, I get the Cross Section Lines as RED in both the Section View and in that View sent to Layout. This only works for "Live Views", not for "Plot Lines" But I can't get the Cross Section Callout to be RED in the Plan - even though I've changed those Layers - but when I send the Plan to Layout the Cross Section Lines in the Layout are RED.
-
Hi Val, If you use the Schedule Callout it replaces the Text Label. It is possible to use a user text macro (Referenced Context) in a Text Box with a Leader Line to add the size and other attributes. This can be done in conjunction with the Schedule Callout. However, that only works in Plan View, not in an Elevation View. One of my requests - for at least a couple of versions has been additional labels for elevations and sections. IOW, one label for Plan Views and a secondary label for Elevations/Section Views.