-
Posts
11783 -
Joined
-
Last visited
Content Type
Profiles
Forums
Gallery
Everything posted by Joe_Carrick
-
Special Roof Reference Layerset is what I use. This Layerset is defined to just show Roof Planes, Ridge Caps and Roof Gutters along with the Main Wall Layer.
-
Sherry, User Macros are Plan Specific. You can simply select all macros in TMM and export them. Then in other plans import the json file using TMM. I you import them into your template they will be available in all new plans.
-
Do you need this to display the same in the Finish Schedule? Should the room number include the floor + schedule number? ie: 101, 102, 103, ... 201, 202, 203, ....?
-
Required Attic Vent Calculation
Joe_Carrick replied to dshall's topic in Building Codes and Compliance
Scott, Don't forget that vents may need to have auto fire dampers, depending on the jurisdiction. -
I've done it for another user several times using Ruby macros to read the csv file.
-
I agree with Richard on this issue. Dims 12" or more should be displayed as '-" Dims < 12" should be displayed as " That's the way I have my defaults set up and it works perfectly. It would be great if when a specific dimension needed to be moved for graphic clarity that a leader be constructed automatically (option) connect to the dimension line. Note that I generally try to limit small dimensions in the plans wherever possible.
-
That would be my guess but maybe it's just a missing or corrupt file on your system. You might want to contact Customer Support.
-
What version of Chief are you using? I can't duplicate this so I have no idea what could be wrong.
-
If you are talking about what happens when you pan/zoom/rotate in a 3D perspective - this is normal because the lines have to be recreated by software. Standard Render Mode OTOH is done in Hardware by the GPU. X9 has alleviated this a bit by switching to Standard Mode while a pan/zoom/rotate is being done - but it switches back when that's finished and then recreates the lines. It's best while working to just use Standard Mode. Only use the other modes when you want to prepare an "artistic" render to print.
-
One of the users reported a problem with the Counter Tops Package. Basically for a Custom Counter Top with a Sink or other hole, the net area was being reported rather than the gross area. I have fixed that and anyone who has this package can PM me with their email address and I will email the replacement. -Joe
-
Yes, and it has been requested. Maybe it will be in X10 - maybe not. I kind of understand CA's reluctance to allow Ruby to do certain things to a Chief Project. OTOH, there are a lot of other facilities that a malicious programmer could use to mess things up - totally outside of Chief or Ruby. For that reason I really hope they will ease up on some of the limits and provide much more flexibility. There's so much more data available in the model that isn't exposed to Ruby. If it was all available, I could create a set of "fully annotated" ConDocs in just a fraction of the time it takes currently.
-
I've never had a problem with Ruby Safe Level 0 or 1. Safe Level 2 blocks almost all file access which really cripples Ruby. I suppose that a malicious Chief user could write a macro that could wreck havoc by deleting files or something - but as long as you trust the source there shouldn't be any problems.
-
AV software (not all) sometimes finds an exe or dll that appears to be infected - or is just suspicious. When that happens it adds the "name" to a list of files to "block" or "totally eliminate the contents" by setting the length in the file header to 0. If there's a legitimate file by the same name the AV software can really mess things up. I think some AV software actually comes installed with a list of "block these files". I can't say for certain that McAfee does it exactly this way but it certainly causes problems in some cases - however it makes the determination. Not all AV software takes this approach - but some do.
-
Controlling retaining wall height and appearance?
Joe_Carrick replied to CBRF23's topic in General Q & A
Terrain Retaining Walls just don't work very well for this configuration. The best way I know of is to draw it as a Railing Wall then open the dbx and Set it to a Solid Wall Add a Top Rail (maybe a 3x12 "Handrail") Adjust the Railing Height in the Newels/Balusters Tab Click "Foundation Wall" in the Foundation Tab Set the Materials as desired -
I like to actually use a different Wall Type since both sides will be an exterior finish. We still need to have the sides reversed to prevent Chief from thinking it should be snapping to the corner.
- 7 replies
-
- wall
- intersection
-
(and 1 more)
Tagged with:
-
It's also useful to have that wall type defined with either a "Blank" linestyle or a "white/background color". But you can also just set it as "Invisible".
- 7 replies
-
- wall
- intersection
-
(and 1 more)
Tagged with:
-
One thing that can help to identify when the macro isn't working: Select a room Open TMM Select the Ceiling Height Label macro If it shows "Evaluation Error" check the "Show Evaluation Error" That will provide more detail on what & where the problem is.
-
OK, edit that macro line so that it is only: cRequired = ["Float Class.rb"] I'm also going to email the other 2 rb files.
-
I for one have never been happy with McAfee. Their AV is extremely aggressive and often blocks legitimate software. I use Avast or Eset and have no problems.
-
Alan, You have to use the "Default Room Label" and manually type %Ceiling Height Label%. It will not work in a RTB. For existing Rooms, make sure you use "Automatic Label" and uncheck/check "show label".
-
Alan, Send me your email address in a PM. I'll email the Ceiling Height Label.json file. I'm off ot play in a Golf Tournament this morning but I'll be able to email it this afternoon.
-
Sort of..... FloatClass.rb only needs to be in the scripts folder - it's not a json file & doesn't need to be imported. The %Ceiling Height Label% macro uses the FloatClass.rb file. I don't know if Alan has %Ceiling Height Label% or not.
-
Alan, The Room macros supplied by Chief only display in inches and the values are not returned to ruby as actual values. However, I have a %Ceiling Height Label% macro that converts to ft-in using the subroutine you mentioned. That macro can be inserted in the Default Room Label - or in any individual Room Label. Unfortunately it will not work in a RTB. The problem with Chief adding every possible formatting is that there are so many possibilities for customization. They actually made a mistake IMO of calling their custom labels "macros". Internally they refer to them as "Name:Value" pairs.
-
Please explain what you are looking for? The Callout in the Plan View can referenced the "Cross Section" view in the Layout (including the Sheet #), but if you are asking about a CAD Detail Window then the answer is NO. It will be easier to answer your question if we know exactly what you want to achieve.
-
Val, I set each page with the Label as: G-# A-# S-# etc and the enter the Contents in the "Title". To get this to work you just right click on a Sheet in the Project Browser and proceed to make those entries. The macro %layout.label% on sheet "0" provides the automatic numbering. I don't use the %page% macro.