-
Posts
405 -
Joined
-
Last visited
Content Type
Profiles
Forums
Gallery
Everything posted by PitMan71
-
I would call support. They are very responsive.
-
This thread might be shed some light on this subject.
-
I have X16 so I can't open the drawing you posted. BUT have you tried the break command, the "3" key?
-
That's awesome! So glad you got what you needed. Please mark whichever response above was the solution for anyone else who runs into this issue. Also, when you can update your signature to have what eversion of chief you are using..... Currently it shows X14. Have a great day!
-
Edit Area tool is awesome. Thanks for the tips all. Shane
-
New Chief User Looking For Mac Book Pro Laptop
PitMan71 replied to SBarnett's topic in General Q & A
https://www.chiefarchitect.com/products/sysreq.html This may help. -
Thanks for the help everyone. Rob's solution seemed to be the cleanest, most direct way to accomplish this.
-
A couple things I noticed when opening file.... The wall that has the man door and windows is marked as a foundation wall. ALSO, the lower part of the pony wall w/stone is set to generate foundation to the outside of the stone (This is in the wall type settings under the "properties" tab.) which may be contributing to the behavior you're experiencing when generating the foundation. When I corrected those two things and generated the foundation using a stem wall the foundation generated correctly. I have X16 so I can't save to X15 or at least I don't know how. Good luck.
-
Morning guys... How can I create this porch with Chief, specifically the arched stone above the columns? I have tried multiple methods but I am not able to get the look I am looking for. I would like to do it all on the ground floor.
-
I will give that a shot. Thanks
-
I think I figured it out. There was a piece of moulding that was creating the headache or so it seems.
-
Hey guys.... Is there some secret to rotating many objects at one time? In this case it's a detached garage. I have spent too much time trying to demystify the code. Seems like there are some items that when selected they make the rotate handle disappear. Anyway, any tips on that process? Thanks in advance.
-
Following.
-
Add a ceiling and roof over the deck. Open the room dialogue box (dbx) for the deck. On the left navigate to the "Structure" panel.... Under the ceiling heading click "Flat ceiling over this room"... doing this should activate the "Roof Over This Room" box as well. Once you do that you will need to set the sides of the deck to gables. Click the long wall/rail of the deck and open the dbx. Navigate to the "roof" panel. Under the "pitch" you have the option of adding an "Upper Pitch". Select that box and change the upper pitch to 8 and the main pitch to 4. You will have to jigger with the "in from baseline" or "Starts a height" value to get the look you want. You might even cut a live section through it so you can see how things are lining up and change the values mentioned so you can see the resulting affect under the roof, if that makes sense.
- 1 reply
-
- 1
-
-
Hey, foundations can be complicated at first because there are so many settings. I assume what you mean is a block up raised slab filled with sand?
-
Thanks all for the responses..... I had moved on to other things. I will give these options a shot and report back.
-
I wonder if there is a border around the text and a border for the layout box and both are on for some reason in that layout view.
-
Hey guys How do I fill in this gap open to the attic where my ceiling plane is? I know I have solved this issue before I just can't remember what I did. This is at the top of the stairs looking toward the rear of the home. Thanks in advance for the assistance. Lake Home (Hampschire).plan.zip
-
That's a way shorter version..... It worked for me. inches are in decimal format though.
-
it definitely is.... AND I have done programming. It is confusing..... There is logic to it, but I haven't been able to figure it out yet. It is anything but straight forward. I get that it allows us to customize the program to our specific needs, but the learning curve is too high for folks that just draw. This will rub some folks the wrong way, but I am not an advocate of having to pay someone to do things that I should be able to do. In other words it should be easier to customize simple things such as what you are trying to do. I appreciate folks like Rene that share tools to help bridge that gap such as the one I shared. Good luck bro.
-
Elevation text and dimensions moving when "Reverse Plan" tool is used
PitMan71 replied to jbur91's topic in General Q & A
Following. -
This is courtesy of @Renerabbitt .... He created it for us macro common folk. If it works for you, be sure and give him some kudos.
-
Maybe this will help..... Paste this in your field..... Got it from https://www.rabbittdesign.net/chief-architect-number-formatter?fbclid=IwY2xjawKu2cFleHRuA2FlbQIxMABicmlkETFucXhGakFQc1pHbTVuekF4AR4_rxL6IWqpdEPAKw-xx_NCN8xLMyYJVIkI_rQHdIXYTin8CO2rvUgo9KwIiQ_aem_K-yohSgoiUU1nN4wwzjB6A % (NumberFormatter.new.tap { |nf| nf.use_fractions = true; nf.denominator = 16; nf.unit = "'-\""; nf.show_unit = true; nf.thousands_separator = ','; nf.show_trailing_zeros = true; nf.reduce_fractions = :gcd }.apply(room.floor_elevation))%
