Chopsaw

Members
  • Posts

    7466
  • Joined

  • Last visited

Everything posted by Chopsaw

  1. Not exactly sure what may have caused the eval error unless you did not set it to evaluate and Owner Object with a room selected in plan. Always best to go with simple when simple works. That other macro is old and much more complex than necessary for this specific task.
  2. I am not sure what was wrong with the answer you got yesterday that was quite simple. Something like this if I remember correctly ? "CLG:" + (ceiling_elevation-floor_elevation).to_ft.round .to_s + "'" However if you absolutely need to work with the old code you could try this but no guarantee it does not throw an error at some point. arr = (ceiling_elevation-floor_elevation).to_f.divmod(12) inch_frac = ((arr[1]-arr[1].floor)*16).round.quo(16) result = case inch_frac when Rational(1.0) "#{arr[0]}'-#{arr[1].ceil}\"" when Rational(0.0) "#{arr[0]}'-#{arr[1].floor}\"" else "#{arr[0].floor}'"#"-#{arr[1].floor} #{inch_frac}\"" end "CLG:" + result
  3. No problem. It works on the other side and I can't find any significant difference that would cause it to behave different.
  4. Good call Rob. Did you accomplish that in X14 or X15 ? I tried in X14 and yes it does reframe but no birdsmouth ?
  5. Ok I get it, but that is the same logic that presumably CA programmers used in thinking we would not need base NVP's, which leaves a lack of flexibility when you want that information displayed in the label.
  6. Do you have a secret you are not sharing Joe ? If you really need to you can get the height if you have the area and volume, but how do you propose getting the rest of the dimensions assuming they are not the same ? The OP needs area, volume and three dimensions.
  7. Yes I don't think that is possible. You mentioned using Joe's Object Properties macro. That shows you what is available for each object you apply it to. So for the "General Framing Member" you are working with width, length and depth rather than width, depth and height for the symbol. We are limited to what is available and if you are dealing with any significant quantity of these items you will want to use the simplest item that serves your purpose.
  8. It sounds like maybe you are trying to use the 2D people. They are primarily meant to be used in elevation views. Try these or do a search on the forum for 3D People. https://www.chiefarchitect.com/3d-library/index.php?r=site/detail/1222
  9. Sorry my comment continues on from what you have shown in your screen shot. Create in plan view then edit the Z components in elevation view.
  10. You need to create an elevation view to work in the Z axis.
  11. Yikes ! Now there is a challenge. Unfortunately I am not a mathematician but I think that would only work if you had a perfect cube and you took the cube root of the Volume and that would give you the width x depth x height. Same with the Area. Take the square root of the Area to get the width x depth, but only for a perfect square or it is magic not math. I would suggest that you use a general framing member and stick with the same methodology as the symbol, since your example is not a perfect cube.
  12. It looks to me that what you are building would most suitably be a symbol so just do the math....
  13. Chief will almost do that with regular settings. I would need to tinker a bit to see if there was a way to clean it up with spaces and an extra dash though.
  14. I think you are referring to the "Child Toolbar Palette". This is set in Preferences > Appearance > Toolbars
  15. No Sorry. I don't think that can be done with Chief alone. You would need to use a 3rd party editor for that type of requirement.
  16. If all those points are recorded in a .gpx file the file can be used to import the data into Chief. However you may need to curb your expectations on the level of accuracy using a phone to record the GPS points. File > Import > Import GPS Data... If that is not an option you can convert your GPS coordinates to your local Projected Coordinate System in meters and then plot that out in Chief using the x and y grid. Note that this is not technically correct as a slight scale factor should be applied but depending on your location that is often quite negligible.
  17. Humm..... I am not sure but that may have automatically changed the setting I was referring to above. If you have any more issues please post the plan file so we can better analyze the situation.
  18. You should be able to set the camera to use an "Absolute" Camera Height and make it work for a short and simple walkthrough. However that is not the way it is supposed to work so please let us know what software version you are using and we may be able to help better.
  19. Yes I can see how that would be convenient. Perhaps a 1:1 print preview tool ? No harm in making a suggestion.
  20. Yes, Always print to PDF to review before printing. PDF viewers should give you a magnification level setting... ie 100% Then print from the PDF for most predictable results.
  21. Yes you are absolutely correct. There seems to be an issue with X14 and X15. Can't really think of a decent workaround right now unless you have X13 still installed and you could build it there and import. Maybe check with tech support as this needs to be reported as soon as possible and they may be able to provide some sort of suggestion to help you finish your build.
  22. I guess the best advice would be to check with the local building inspector as you would not get away with that here. You can certainly saw your own lumber but you need a licensed grader to grade the lumber for any structural use. Great for building a shed that does not require a permit though.
  23. The Specification Dialogues are a little different now but it all works the same way. Gives you this: Which is actually the default setup in x14.
  24. It seems to me that we are talking about something different than this : As "this" has been happening as long as I can remember. Actually I just installed TrueView 2024 and it still works the same way with an X15 exported file.