-
Posts
11881 -
Joined
-
Last visited
Content Type
Profiles
Forums
Gallery
Everything posted by Joe_Carrick
-
Johnny, Any .pat file can be used. If you change the Fill Style "Type" to Custom you can browse for additional pattern files. Chief has several OOB but you can import additional files. There is in fact a Gravel pattern in C:\Program Files\Chief Architect\Chief Architect Premier X8 (64 bit)\Patterns\CHIEFARC.PAT
-
Replace %file.name% with %client.name% (Insert>Global>Contact Info>Client) You can add addional text in this box by using the other macros available. This will pick up the Client Name as entered in "Tools > Project Information" BTW, if you convert that Text Box to Rich Text you will have full formatting control of all the text in the box.
-
Open the Room and un-check "Use Room Type". Then you can type any name you want in the "Room Name" box.
-
Post your Layout Template. There's no way we can determine what you did without the actual file.
-
That get's much more complicated. You need a way to accumulate and store the values for each Polyline. This can be done using Ruby Global Variables. I have a macro package called "Hash Areas" that I sell for $25 that does this for the areas. I consists of several macros, one to collect the data and others to perform calculations and display results. I spent a lot of time figuring how to do it and create the macros. The functionality is well worth the price and by studying the macros you can learn a lot This same system can easily be modified to use for "Total Length" instead of "Areas"
-
result = (owner.visible_length-72)/2 result = result.round(2) or result = ((owner.visible_length-72)/2).round(2) To use any "Ruby Method" just use a "." before it. That tells Ruby that the following is a modifier.
-
Johnny, That looks like a job for the "Plan Notes Schedule".
-
So you would need to use PSolids or Molding Polylines for the framing.
-
You can use a custom macro to do that. Create a user text macro named MyCalcFormula as follows: result = (owner.visible_length-72)/2 Then in the Polyline Label insert %MyCalcFormula%
-
I'm not sure if Home Designer has the "Open Symbol" capability. You really should do your posts on the Home Designer Forums - you will get better answers there for your software.
-
Open Symbol is the little "Chair" icon on the Edit Toolbar when you select the light fixture. If the Symbol is in the User Library you can right click on it there and open Symbol to make those changes.
-
There are a couple of things I would check. 1. The mouse settings 2. Make sure the NVidia Graphics Card is actually in control. Open the NVIDIA Control Panel and select "Configure Surround, PhysX". In the PhysX Settings make sure the NVidia GTX970 is shown as the Processor. It's possible that when you installed this monitor it didn't get the NVidia assigned to it. One other thing to check is the amount of memory in your GPU. I recommend at least 3GB.
-
OK, so it's the "Build Platform to" setting as you posted. I never get that wrong because I always have it set to the "Main Layer"
-
These Forums are getting cluttered with posts that are in the wrong place. Questions are being posted in Tips and Techniques, Symbols and Content, Suggestions, etc. They should be in the General Q&A Forum. Please look at the notes below the Forum Names and at least try to post in the right Forum. It makes things a lot easier. If you happen to see a thread that's in the wrong place - report it to the moderators so they can move it to the right place. Also, if you have a question or comment that's not really pertinent to a thread - use the correct Forum and start a new thread. It will prevent the thread from getting Hi-Jacked.
-
OK, I thought you were saying the 2nd Floor was missing, not the Walls surrounding the 1st Floor Structure. You need to delete the Foundation and rebuild it with the "Hang 1st Floor Platform Inside Foundation Walls" CHECKED
-
Close the Plan Zip the Plan -select "More Reply Options" -select "Browse" to the zipped file -after finding the and opening it -select "Attach This File" Add Reply
-
You might try the Library - type "Sectional" If you don't find what you want there try "Get additional content online"
-
Post the Plan..................................... Maybe a tornado took the second floor off
-
Tommy, Report it to content@chiefarchitect.com I'm sure they will fix it - but not if they don't know about it.
-
It's in the Room Defaults, Room Labels, Text Style
-
Simple answer. The Material Region is a different thickness than the Floor Finish. The Material Region only cuts down to the sub-floor.
-
Select the Floor Material Region and use the "Break Tool" to add vertices. Then grab the edit handles and move to the locations where you want them. You can also change a segment to an arc if needed. Editing the Material Region is just like any other Polyline object.
-
one way to create fully framed wall with curved openings.
Joe_Carrick replied to yusuf-333's topic in Tips & Techniques
Yusuf, Normally with wood frame construction the arches are framed by applying 2 sheets of plywood cut to the shape of the arch - 1 to each side of the stud wall and then filling in with 2x4 studs at about 12-16" o.c. along the arch. I don't know of any framers that would actually curve the arch the way you show.