Alaskan_Son

Members
  • Posts

    12015
  • Joined

Everything posted by Alaskan_Son

  1. It is. Here's a quick video I made on the subject 2 or 3 years ago. A few of the settings might look different (not sure) but the basics remain the same...
  2. Materials can only be made invisible in vector when used in the structural layers of roofs, ceilings, walls, etc. Even glass is not invisible in Vector Views unless its part of a door or a window. And as Eric pointed out, it has been requested many times. Maybe add your support to one or more of these threads...
  3. Pretty sure I would just use a ceiling plane. That's really what it is anyway right?
  4. A lot of various ways to go about this, but the key thing here is that you need to set your garage floor to have a negative elevation (this is how you tell the floor to drop down).
  5. This is the "edge" of the roof baseline polyline that is controlling that pitch... It's just a little tricky to access. What you have to do is first drag the roof on the right either up or down (doesn't really matter which)... ...then select that edge and change it to 10/12... ...and then drag the polyline edge back where it was...
  6. 2 key things: 1. Chris and I are using Pattern Line Defaults. This is a setting at the bottom of the Send To Layout dialog and it must be set when initially sending the view to layout. When this setting is selected, the patterns no longer get their definitions from the material definition; rather, they use a single generic pattern line definition that you can set right in the layout box dialog. 2. In Preferences, you need to go to Appearance>Display and make sure your Color Off is setting is set to Grayscale.
  7. Break and reshape wall and/or footing polylines in a 3D or elevation view.
  8. I have a custom macro tool that I created a while back that makes pretty quick work of this. It needs to be tweaked a little to work more efficiently with X11 but it wouldn't take me long. Shoot me over an email if you're interested and we can take it from there.
  9. Here's that one I was thinking of. I'm not sure where I got it or whether or not I tweaked an existing material or what, but I can't seem to find it in the library anymore. It worked really well for the last walnut job we did, but do be fair, that job was walnut stained with a walnut stain so it didn't need a lot of grain variation. HighRes Walnut Sheet.calibz
  10. Looks nice Chris. I do very similar except that: I don't typically add any plants myself...Might look better, but it's just not something I do. It's extra work and I tend to be super picky so I would end up spending an inordinate amount of time trying to get them all positioned just so. Just not worth it to me personally. I don't use Edge Line Defaults. I prefer to have a little more control over the lines being produced for the various objects. I don't necessarily want them all to use the same line weight or color. Pattern Lines? Yes, usually...but not the edge lines. I've taken to just covering everything underground with a semi-transparent filled polyline. Nothing fancy, but it does what I want it to...
  11. I am away from my computer right now but as I recall there is a Hi-Res Walnut Sheet in the core catalog that actually looks pretty good... Or maybe I had to tweak it. I guess it don’t remember for sure. I’ll check when I get back to the computer if I remember.
  12. Absolutely. ...and a much smaller hammer will breach a window. Heck, We were working for a client years ago--changing out windows and doing a handful of other things--and she was really paranoi...er...concerned about the security of her daylight basement windows and wanted us to ad bars on them. I had a conversation with her explaining that there were various code issues to contend with and that if someone really wanted to get in it was still easy enough to get in. For example, yes, you might add bars to that little window, but what about the sliding glass door 15ft. to the right of that? Anyway, fast-forward in the project...We had a lock box on the house and she took the key out one day and forgot to put it back in for us. We showed up in the morning to get to work as scheduled after she had already left for the day and no key. No problem, it just took us a few minutes to completely remove one of the windows we were planning on changing out anyway. I think it was pretty disconcerting to her to see firsthand how easy it was to break into her little fortress. I still feel a little bad about that one because she was obviously already a little paranoi...er...concerned, but it went toward further proving my point. Its really not very hard to get into the house if a person really wants to and knows how. We do what we can, but stressing about this access point or that isn't really worth all the fuss if there's another easier way in.
  13. Ya, I've thought many many times over the years that it would be really nice if we had a quicker way to specify that any given extension line should be marked as a center line. I use center line markers a lot myself and its definitely a pain to have to go in and out of dialog boxes to get one. The Centerline Dimension tool works okay, but what if we want the functionality of one of the other dimension tools? What if we only want the automated centerline behavior for one or 2 specific objects? Or what if we've already dimensioned something and need to add a center line marker later? It could certainly be made easier than it is.
  14. There are many reasons, but the main 2 that come to mind: 1. As a safety feature as has already been mentioned. It's easy to adjust a bunch of things and then accidentally break the room definition and lose all your changes. This is one of the main reasons. 2. The tool can be used to produce a vast array of different framing configurations without our having to be tied down by room definitions. We can use this functionality to create; -decks stacked on top of decks (multiple tiers placed however you want them all created with deck framing) -decks with pergolas/trellis/lattice work above (all objects being created independently with deck framing) -decks with surface mounted posts/newels (frame deck with deck room and then drop floor and don't frame deck at all) -etc. Just think of it as a different tool entirely when you use that setting. Its a deck framing tool that just happens to use a room definition temporarily. The key though is that if you're using it as a deck framing tool then you also need to remember to turn off Automatically Regenerate deck framing when appropriate.
  15. As long as your computer is set to display at the correct resolution for the connected monitor then the scale macro should report quite accurately.
  16. This highlights one of the most fundamental pieces of the puzzle... Chief Architect and Ruby are 2 entirely separate constructs. The sooner a person realizes this, the better. A .json text macro is NOT a Ruby script. It’s a Chief file. That simple text file contains several key pieces of information that only Chief can make any use of...one of which (evaluated vs. non-evaluated) is whether the appropriate section of that text file should even be sent over to Ruby in the first place or not. An .rb file on the other hand is typically ONLY Ruby script and not something Chief can actually make any use of. It only becomes useful if it’s accessed directly by Ruby. And do what you guys want, this is obviously just one persons opinion, but I wouldn’t recommend switching over to Notepad++ till you actually learn the fundamentals. Based on some of the posts above, it’s clear to me that some of you are lacking some important understanding of some key basics. In order to address those shortcomings you should really stick with writing your macros in Chief, using the selected object to get accurate feedback, and using the Evaluation Error messages to see where you’re going wrong. Once you actually understand the code you’re manipulating, how that code is being used in conjunction with the Chief model information, and how that code is being run through Ruby and subsequently displayed onscreen by Chief, then I think you can better make use of an external text editor. Until then, I feel like you’ll be trying to run and jump before you can actually walk.
  17. Just a few quick notes for when you're trying to utilize global arrays and hashes... You can use the = nil, .clear or similar in the Ruby Console to force a rebuild. The downside though is that you have to type it up every time. You can write a custom macro to do the exact same as above and then simply opening and closing Text Macro Management will force the rebuild. The downside to this though is that it will also force an empty hash or array inside Text Macro Management, so you'll never get to preview your results in that dialog. To me, this is pretty minor and the results there are usually inaccurate anyway, so it's really a non-issue for me personally. You can place the aforementioned macro somewhere on screen so that whenever that particular object is displayed, the array or hash is cleared and subsequently rebuilt. It can only be displayed temporarily though because otherwise it will continually empty the array or hash and you won't get your desired results. You can use the time oriented method Joe suggested, but this also has it's downsides...For example, if you have roof planes on more than one floor, you'll almost always be missing results from the other floors. The only totally consistent method I've found is to use something with a schedule number so that the schedule number can be used as a constant. If the schedule number already exists in the hash or array, then that item is deleted and the new one is placed there. This essentially makes sure no extra items are ever added to the list. It's obviously only possible for items with schedule numbers though. For items without schedule numbers, one of my personally preferred methods is to use a .clear macro placed up on the attic level. I then just periodically cycle through all floors to both clear the array or hash and to also pick up on any items that are on other floors. Anyway, just beware that those hashes and arrays are tricky to work with in Chief and that you have to be pretty deliberate with your methods if you want to be sure you're getting accurate results.
  18. You bet. Here’s a bonus trick too... Convert a schedule to text, delete the unnecessary stuff and then use that as your text box instead if you want the title line with double underline.
  19. BT's macro can definitely be modified to help accommodate this a little more, but it already has tab stops in it to get you most of the way there. The problem though is this: The text box you're using needs to have the appropriate number of tabs added to the text itself or the macro generated tabs don't work. It could be as simple as adding the column headers and their related tabs.
  20. Here's one more trick for increased label display options that doesn't require any complex macrology ... You can use the Reference Display. Just set your reference floor to the same floor and create a new layer set for that reference floor where the desired label(s) are turned on/off and the desired label layer text style is set to whatever you want it to be. You can actually set up as many of these extra reference floors as you like to essentially get complete label control on an object by object basis. If you really want to make your life easier, you can turn on all the polylines layers themselves on the current floor and then use the additional reference floors simply to control labels. That way you can still select all your desired objects. I thought I made a post about this before but I can't seem to find it.
  21. Are you asking for design advice or are you having a problem with Chief Architect? If the latter, then you might need to clarify what exactly are having a problem with.
  22. Object Eyedropper or Match Properties are your best bet for right now.