SHCanada2

Members
  • Posts

    1671
  • Joined

  • Last visited

Everything posted by SHCanada2

  1. but the OP has a text box on an elevation driven from a macro. He would have to drop in the macro assignment onto each elevation he wanted the result of the macro on, would he not? If so, it might be quicker just to copy and paste a hardcoded text box and forget about a macro? it was an interesting exercise to see what it would take to put it in a hash, and it is not much $confighash[[filename, "Roof"]] = label instead of what I assume the OP has, something along the lines of $roof=label
  2. well I did find a way to dynamically pass the filename as a key How I got it to work: On the CAD detail, create a global hash. For each parameter (roof, wall, etc), add it to the hash, along with the filename and the value. These first two are the keys On the elevation, the label can use the dynamic filename, parameter of interest to get the value. The only limitation see is that you have to go to the CAD detail page when you first open the file in order to populate the hash, but I assume you have to do that today to populate the global variables
  3. one way to do it is to put $ffe_garage = "23.9' FFE NAVD88" in the macro and then in the text box %$ffe_garage% another way to do it is to put ffe_garage = "23.9' FFE NAVD88" at the end of the macro (get rid of the "") and the put %ffe_data% in the rtext box as the macro will return the last value assigned
  4. in this case if you wanted to use the plan filename as a key search, you would then need to assign plan filename to the global variable on the plan view and elevation views and other CAD detail windows(as that is the key to search for the proper macro values for that plan) For my floor area macro, it is just a pline box that sits there in plan view (and it is in my template file). So in your case, plan view and CAD details are probably simple because you could put the pline box on your template file, but elevation...that would be a PIA to copy the pline box around. I suppose if you used the label for the elevation you could put it in there by default. But still a lot of effort. .. this may need some more pondering....
  5. you do not have to, you can assign the filename to a global variable on that CAD Detail page, programmatically.. The tricky part is "where" you use the values you populate, because you need to repopulate the global variable containing the current plan's filename wherever you use it (in order to determine the value for that specific plan). If it is all on the same CAD Detail, then it is simple
  6. i get this issue when there is live 3D camera on layout. sometimes it finishes and takes an hour, sometimes not, sometimes 15 minutes. I've gone to using images on layout (send to layout as image)
  7. you can avoid this by creating an array, in which the second component of the array is the plan filename (incl path), thereby making the variable unique. But it's a fair amount of work to assign it, and check it. I do it for floor area summation, but if I was to do it for all of the above I'd probably create some specific functions to populate and check.. you could also read and write to files, as the file would be plan specific
  8. I do a lot of basement renos and basement suites. I just draw the exterior walls from survey(or from first taken measurements) and then draw the interior walls and then once in the general location, use the interior dimensions tool to go across the rooms. then click on walls which will highlight the dimension and plug in the number. The interior dimension tool is your friend
  9. search the forum here for matterport and search for canvas very different products
  10. looking at the zoom in'd one, I think you are right, but I dont think I have to make the same mistake they did, I'm going to try the tile and make it metallic and see if that is close enough. Below left doesnt look like they pieced it together i do not think it is that bumpy. it just looks like flat metal T&G'd together (or the appearance of T&G)
  11. thanks! the picture is from a pdf, I was just playing around with materials in CA, trying to replicate it
  12. I'm looking for the holy grail, still have not found it at the end of the day I've found the fastest way is laptop on site and draw it. that way you find out if everything lines up. and if not find out why. Using magicplan or other tools based on interior room dims, will tend to algorithmically widen walls or shorten rooms to make sure the outside is a box
  13. tried changing the scale of the stock vgroove to be wider, but it also then expands the V-groove, and then looks like the backside of standing seam
  14. unfortunately I do not have anything other than "Metal panel". it looks like 8 or 10" wide. (and that is the best image) I looked around and tough to find a vertical metal panel with offsetting lengths
  15. anyone seen anything like this:
  16. The latter is my experience for Birdsmouth off plate. I use the transform/replicate Z to move the roofs after they have already been built
  17. Never knew about the middle mouse button on an object corner moves that object to snap the corner to somewhere else. might avoid the whole p2p move in some cases
  18. From some of the floor plans I have seen put together by these programs, they look to have a method to deal with the "numbers do not add up" problem. From what I can see, these programs will then make interior walls thicker to ensure the outside perimeter walls are straight. or reduce the size of an interior room. I'm not sure how that would look like in a CA import. I suppose CA could ask "what wall would you like here because the wall width is 7 5/8" in the import file" type of questions. To me its almost like these programs are a great backup resource so one does not have to go back to site, or maybe less chance of going back to site. But I think either way you cut it, someone will need to take crucial measurements at site, and will need to draw or fix up any output it produces. For something like a realtor floor plan, I think it fits the bill, or during construction to see what is in the walls, hole locations, etc. Most houses here have 10 or so rooms, it does not take that long with a laser measuring tool to do it. For the times I have been allowed, I sit their with my laptop in CA and do the plan right there. That is what I have found is the most efficient, if one can do it. but I do like the though of a backup, if I had to go back and check something out
  19. As well, if you draw trusses I believe the section will show the truss
  20. add a ceiling plane at the desired height (10')and keep the room 11' you have a 1' dropped ceiling. interesting, may I ask how come? (Utility chase?)