Joe_Carrick

Members
  • Posts

    11782
  • Joined

  • Last visited

Everything posted by Joe_Carrick

  1. I can create a Spiral Stair Symbol for you. I just need the dimensions, direction parameters and desired style of railing. My charge for this is $100.
  2. I think Scott may be correct. I personally reserve Level 0 to the Foundation. If there's a basement it's on Level 1 - which is not the same as Floor 1 (aka 1st Floor or Main Floor).
  3. David, Is this a custom backsplash or the automatic backsplash with the cabinet?
  4. Why not just multiple select all the windows and add the lintel in the dbx?
  5. Your version doesn't have that feature.
  6. If your version of Chief has this capability (X10 and above) you just need to open the schedule and add that column.
  7. BTW, Many of those "$Globals" are available in Ruby. Example: $-I = ["D:/Dropbox/Chief Architect Premier X11 Data/Scripts/", "."] or as attributes of Chief Objects. Layout Boxes for example have some file names for the Referenced File. These can be useful but it's a matter of discovering where those attributes are located.
  8. Yes, but even those are just "STUFFED" text into a Text Box or Label. Fortunately, Ruby provides us with those things as data by using Ruby Classes and Methods, etc. It seems CA just provided those "Global" macros internally. It's the same thing with the Global macro %scale%. I was hoping I could stuff the output into a text file and get usable data - but as you see from my response to Brown Tiger it just puts the %macro_name% in the text file. When you read that file in Ruby it just executes the built-in macro so the result is no different.
  9. That doesn't work. The problem is that: $MyValue = "%width%" File.open('test.txt', 'w') { |file| file.write($MyValue) } simply puts %width% in the file
  10. Is there any way to send the output text string of a Built-In macro to a text file?
  11. Try updating your video card drivers. That should allow you to update to X10 and X11 and have them work. It's worth a try. That might address the problems with the Library downloads as well.
  12. Arielle, I am only guessing, but I believe most 3D Plants in the Chief Libraries are not compatible with Interiors. In any event, when you download a Library there is a drop-down list that specifies what version of Chief Architect it's compatible with. If you have SSA - I assume you don't since you are still on X9 - you could call Tech Support and ask them what Libraries are compatible with the Interiors product.
  13. Yes, and be aware that 3D plants and 3D people can have extremely high polygon counts.
  14. Yes Michael, I know that. But sometimes I need to have the information displayed outside of the room and I use either a Text Box or a Note with an arrow connected to a fixture such as a water closet. Of course, I could just use a very small PSolid and use it's Label which I can then move to wherever I want it.
  15. X11 added the "room" attribute to most objects that are placed in a room. This allows access to most (or maybe all) of the attributes of the room from the selected object. There are some interesting capabilities that result from this: A text box can be used with a macro that gets and displays information about the room it's located in. The Label of an object located in a room can be used with a macro that gets and displays information about the room A text box or Note (with an arrow connected to another object in a room can be used with a macro that gets and displays information about the room. In some cases you might want to get the data from the object itself and in other cases you might want to get it from the room. Perhaps you want the area, perimeter or volume of the object and in other cases you might want to get that data for the room. This can get a little tricky. I've derived a way to do this based on the idea that if I'm using the Label of an object located in a room I can first check the object to see if it has the attribute(s) I want. If so I get the data from that object. Otherwise I get it from the room. The same is true when using a Text Box or Note with an arrow to an object in the room In the case of a Text Box without an arrow I get the data from the room the text box is located in. I will be providing a set of macros in a couple of weeks using this system.
  16. X11 added a lot of new attributes that are very useful. CA also provided a new macro to list the available attributes - but the output wasn't alphabetical and many of the attributes are not very useful. I've created 3 new macros: _Object_properties_expanded_sorted _Object_properties_expanded_sorted_short_list _Object_properties_expanded_sorted_wo_defaults My favorite is the short_list version which skips any attribute that's is_default, true or false Here's the json file which you can import using TMM. Note to CA - Please feel free to include these in the next update and future versions of Chief Architect. _object_properties_X11_jpc.json
  17. Steve, This would be a lot easier if we could just use one additional Stair Section and offset not only the Newell but also the Balusters and Railing. I would just make the additional Section the full width to the outside of the open side, eliminating the line(s) that show the additional edges. IAE, nice video showing how to do it.
  18. There are just 2 solutions that I know of. Group Copy then go to each floor and Paste in Place Use a Reference Plan that shows just the Grids. You will need X11 to use #2
  19. Bump maps can only provide the appearance of "roughness". This is great for basically flat surfaces (grass, carpet, upholstery, woodgrain, etc) but they can't interpret what is raised vs recessed. This is fine for a texture but you can not expect it to work for 3D objects to create shade and shadow.
  20. I've said this before: Materials are only pictures, not true 3D objects. Standing Seam Roofing, Mission Tile Roofing & Board & Batt Siding will not show the correct shadows unless they are modeled as 3D objects. There are several ways to accomplish true 3D representations of these things but none are real simple. Board and Batt Siding can be done using Wall Material Regions for the verticals and the Exterior Room Polyline for the horizontals. Mission Tile Roofing can be done with some 3D symbols and Distribution Areas/Paths Standing Seam Roofing can be done with 3D Molding Polylines There are other possibilities but the above are IMO the easiest.
  21. That's going to be in a Material List, not a Schedule.
  22. Click on the Floor Number <1> on the toolbar, This will bring up a dbx (dialog window) where you can select the Reference Plan and the Floor, Layerset, etc. You can now have multiple Reference Plans in X11. btw, you are using version X11, not 11. X11 is actually version 21. I'm not sure why CA didn't name it XX1 but that's another question.
  23. X11 Railing Wall Follows Stairs.
  24. X11 has multi-panel sliding and folding doors. You just size the overall door to be wall to wall and floor to ceiling and specify the number of panels. In X9 I think you are limited to 3 panels.