Alaskan_Son

Members
  • Posts

    12015
  • Joined

Everything posted by Alaskan_Son

  1. FWIW, it wasn’t actually even possible prior to X12.
  2. Don’t rotate the Plan View, just rotate the layout boxes.
  3. 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.
  4. 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.
  5. I assume you just added extra spaces?
  6. Ya, I was wondering if that might happen. Was away from my computer and couldn’t test it.
  7. You can try to insert this in lieu of your comma and space.... %”\n”%
  8. 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.
  9. 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.
  10. 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.
  11. 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.
  12. You just did. You attached a DWG. Do the same thing with the Plan file.
  13. 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’).
  14. 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.
  15. You cannot have any nested CAD Blocks in a 2D Block.
  16. You might consider using an architectural block made up of multiple objects. For your MEP symbols you could use molding polylines with no moldings assigned to them.
  17. Yes. This was my point. We don’t get any special hidden line behavior with those objects. It just looks like we do because those object types are always being “hidden”. A simple line style change is all that’s necessary. It’s comparing apples and oranges.
  18. ...better yet, CUT and then Paste Hold Position.