Alaskan_Son

Members
  • Posts

    12268
  • Joined

Everything posted by Alaskan_Son

  1. Some of us like to avoid having to get our subs and suppliers to do takeoffs every time we want a rough estimate. It adds up to an astronomical number of man hours, adds extra steps, adds to the timeline, introduces an increased chance for miscommunication, etc. In at least the early phases it can be far more efficient to tabulate all those quantities ourselves.
  2. That text encapsulated with percentage signs IS a macro.
  3. Setting proper pattern match and efficient material usage aside for a moment, here are my quick pieces of advice: Yes, you can use a Runner but that has some notable issues. First off, it doesn't give you a proper total in the material list. To get usable information, you would have to customize your Component information for each and every set of stairs you build. And even then, this method won't work for winders, flares, starter treads, or other non continuous width stair designs where you want carpet on the whole step. To get a more accurate result that doesn't need to be customized every time, you can use the steps Collection. This method requires some pretty custom coding to parse and combine the information, but is far more accurate and can be added to the stair Components in your Defaults.
  4. I do. I was just trying to figure out more specifically what you were hoping to accomplish. You could have been talking about finding where you defined it, finding where you have displayed the value, finding the actual vale itslef, etc. etc. If you're just looking for where the text has been used you should be able to simply use the Find/Replace Text tool. Just make sure under Macro Options that its set to Include All and don't include the leading space before the text like you did above...
  5. What do you mean by “find”. Are you trying to remember where you put the text?
  6. FWIW, it wasn’t actually even possible prior to X12.
  7. Don’t rotate the Plan View, just rotate the layout boxes.
  8. Chopsaw gave you a solution, but just to clarify, in the above 2 examples, what you're doing is rounding 0.02 down to 0 and 0.025649518 down to 0.0256. When I'm teaching people to use ruby scripting, one of the first things I typically recommend is that they always encapsulate their various calculations in parentheses whether it seems necessary or not in order to be sure that the calculations are being carried out like you want them to. In other words, make it very clear to ruby what you are doing to what. I want to take this>>>> (room.internal_area*0.02) and then round that whole thing.
  9. Didn't dig too deep, but looks like a bug to me and appears as if though its being triggered by your Trey Ceiling and its related ceiling planes.
  10. I assume you just added extra spaces?
  11. Ya, I was wondering if that might happen. Was away from my computer and couldn’t test it.
  12. You can try to insert this in lieu of your comma and space.... %”\n”%
  13. Chief changes the wall so that it can provide a usually appropriate vertical structure at the height change. When you don’t want a vertical wall at the height change and would prefer to see a single line, I recommend using a Custom Wall Type. Just copy the OOB Room Divider wall type and set the thickness to .01”. Name it something like MY Room Divider. Because the wall already technically has a thickness, Chief won’t change it, and because the wall is nothing more than a single layer Air Gap, it won’t provide anything at the vertical transition areas.
  14. Not sure who this comment was directed at, but if the goal is to use the primary offset as one joist spacing and the secondary offset as an alternate joist spacing.... I’m away from my computer, but you might try right clicking and dragging in the joist length direction, releasing the mouse button just before the first copy is placed, and then dragging out secondary copies to layout joists. Not sure if it will work or not. Don’t recall ever trying to use the secondary copies with no primary copies.
  15. Primary offset is one direction. Secondary offset is in the perpendicular direction. Right click, distribute in the desired direction, and release; and then distribute in the perpendicular direction and left click to finish. I use it all the time.
  16. The DWG file you attached appears to have been drawn at a roughly 6:1 scale which is quite different than the 1:8 scale you initially described. As Robert already pointed out, the scale isn't consistent and varies a bit depending on the object, and your various CAD items are out of alignment. You also have a whole bunch of overlapping CAD, segmented lines, and partitioned fills. I'm really pretty curious how you even got this drawing to the current state. It looks like a combination of imported CAD, CAD Detail From Views, and manual drafting.
  17. You just did. You attached a DWG. Do the same thing with the Plan file.
  18. I must be missing something. I don’t understand how you were able to draw that entire detail at such an odd scale but you’re unable to do the math to size it back up to full scale. 1/4”=2” means that you drew a 1/4” line to represent a 2” line right? Your line is 1/4” long but needs to be upsized to 2”. 2.00 inches divided by 0.25 inches = 8.00. Either the initial information you gave us was wrong or you have already changed your scale to something else. If you were working off the 24”=3’ version then you would need to use a resize factor of 1.5 (1.5x24” = 3’).
  19. When you create your CAD Block it cannot have any other CAD Blocks in it. That’s what a nested CAD Block is. It’s a Block within a Block. CAD Blocks with other nested CAD Block cannot be used for a symbol’s 2D Block.