-
Posts
11783 -
Joined
-
Last visited
Content Type
Profiles
Forums
Gallery
Everything posted by Joe_Carrick
-
OK, so I found "Span" as a possible column in the Framing Schedule but it doesn't seem to be connected to any data and there's no way to even enter values since there isn't a component dbx. Maybe CA will add this data and attribute to the Framing Members in the future based on the location of bearing walls and beams. That would be really cool as it would facilitate engineering calculations.
-
I am sure I saw "span" as an attribute of some Chief object a couple of days ago. But I simply can't remember what object. Does anyone know what it is?
-
Nice Gerry. I need to look at that syntax. Is it documented someplace? I can't seem to find it in my Ruby sources. BTW, sometimes I use the error trapping to actually return a "descriptive error" such as: "area doesn't exist as an attribute for this object". I would have inserted that after the second "rescue" in the above example.
-
John, Another trick for Leader Lines to help the connection is to use a Fill or PSolids. This maintains the connection much better than the perimeter of a standard PLine. At the UFP/UGM Dermot commented: "I suppose now you'll want Rich Text Labels." To which all of us on the UFP responded "YES!!!" I wouldn't hold my breath on getting that anytime soon. BTW, I use very few of the "Object Specific" macros that Chief provides because you can not format or calculate based on those results.
-
This would usually happen if the plan was saved in that condition. ie: If the plan was saved at the extents (Plan View full screen) then opening the floor plan from the layout should show the full extents. Sometimes we have zoomed to another area to do some work and then save without resetting to the extents. It's just a practice you need to adopt. OTOH, if it still happens then it needs to be reported to CA Tech Support.
-
John, Here's a trick that makes a "No Context" macro work for either "Owner" or "Reference" objects. nplaces = 2 x = 0 begin x = owner.area rescue begin x = referenced.area rescue end end x.round(nplaces) The above will never produce an evaluation error. The "begin/rescue/end" sequences trap the potential errors. hth, Joe
-
Is There A Wall Material Region Tool Bar Icon?
Joe_Carrick replied to HumbleChief's topic in General Q & A
Arrrgh.... "Straight Wall Tools" I was looking in the scrollable list and just didn't think about "Straight". It would be much easier if there was a "Wall Tools" that expanded to include: Curved Wall Tools Straight Wall Tools Terrain Wall and Curb Tools "Search" works better than the scrollable list. -
Is There A Wall Material Region Tool Bar Icon?
Joe_Carrick replied to HumbleChief's topic in General Q & A
BTW, it's strange to me that we have a "Floor Material Region" icon in the "Floor Tools" - but there are no "Wall Tools" available to supply the "Wall Material Region" icon from. Why is that? -
Is There A Wall Material Region Tool Bar Icon?
Joe_Carrick replied to HumbleChief's topic in General Q & A
Larry, AFAIK, there isn't. However, you can select a material region and add it to the Library. You can then add a Library Object Icon to a Toolbar and select that Library Item (or just select it from the Library) when you want to use it. -
Dale, Do you have a "Wall Material Region"? That could be the cause - but I'm not sure. IAE, you can open the Symbol dbx and adjust the 3D y-origin 1/2". I'm not sure if it should be + or - but that will move it relative to the wall face.
-
Dale, Place the wall material first. The symbols are designed to cut the wall material.
-
Dale, See this thread https://chieftalk.chiefarchitect.com/index.php?/topic/4413-wall-niches-library-revised/?hl=niche for some symbols that work. You can change the materials to suit your needs.
-
Johnny, I understand what you want is a 3D Texture that will show shadows in a Ray Trace. That's going to require a different approach for almost every conceivable situation. Board and Batt Shingles Scalloped Shingles Lap Siding Mission Tile Roofing etc. I've done some of these with different techniques (including moldings, 3D moldings, symbols, etc). The more complex the material - the more work it takes.
-
Here's a quick example: I didn't bother to hatch the plywood underlayment or put in the wall insulation - but you get the idea
-
Johnny, As I said, you can do it with a CAD Block and the Multi-CopyTool. For the amount of times you need to do that in a section or detail (probably at a scale of 1/2" = 1' or larger) it's not a big deal. I can assure you that in Chief the programming would be more work than it would be worth. Maybe if Chief ever gets to the point of providing 2D line styles it would be easier. IAE, it's easy enough to do with the above method and CA's prioritizing system isn't going to bring this to the front burner.
-
This is something that would almost never be done in small scale sections. It might be shown in larger scale details (shingles for example) which could be easily done by drawing a single wedge shape (maybe even making a CAD Block out of it and adding it to the Library for future use) and using the "Multi-Copy" tool. As far as using profiles for wall layers, IMO that's a waste of programming time.
-
Open Plan, Save As ??????
-
Joe's Macro a month Subscription Service
Joe_Carrick replied to Joe_Carrick's topic in Offering Services
I'm making the X8 Areas Macro Package available to subscribers for $15 and to non-subscribers for $25. This macro package relies on features only available in X8 so it will not work in any prior version. There's a video at http://screencast.com/t/HtOWWXv1 -
Will, Now you're getting me angry. Ctrl_Mouse_ Wheel to read in this forum.....Really?
-
Joe's Macro a month Subscription Service
Joe_Carrick replied to Joe_Carrick's topic in Offering Services
The January 2016 Macro of the Month is: BlockName and is used with Leader Line Text to annotate CAD Blocks. This is very useful for annotation of CAD Details made up of Library Blocks. To change the annotation, simply rename the Block. This will change the annotation for all like Blocks in the Plan. -
Will, Nobody here get's uptight about such discussions - maybe a little tiny bit but it's NBD. OTOH, when we get a lot of bitching and moaning about why Chief doesn't do it the way another app does it.....
-
Graham, Having programmed a rather extensive Windows Accounting Application, I can assure you that the DPI of the monitor is available and the text size in any dialog can be customized as to size. In fact, Chief already does that in the Plan, Elevations, Sections, and Details (text sizes). They just haven't applied the principles to dialogs. Icons are a different issue, being bitmap images drawn to a specific number of pixels. Generally there are just 2 possible sizes included in an App - but even doesn't have to be true.
-
Create a Room Polyline and use that for the Fill. Break it at the door edges and drag that segment into the door opening. Move the Room Polyline to the "Back Group". BTW, as long as the Room Polyline is the "Back Group" you don't even need to break it at the door - just drag that side to the opposite side of the wall.
-
The only way to do this currently is to have symbols for each of those placed where needed in the foundation plan. Symbols are listed in the Materials List. It should not require a macro.
-
The only way I know of increasing the size of icons, etc. in Chief is to change the Display Settings (resolution) of the monitor. This will effect all other apps as well as the Desktop. Even more annoying to me is the size of the text in DBXs and a the wasted space in those DBXs. CA should provide a setting so we could adjust them. Note: The contents of some DBXs can be adjusted using Ctrl_Scroll Wheel, but that's inconsistent, not working in most DBXs.