DBCooper

Members
  • Posts

    2148
  • Joined

Reputation

649 Excellent

6 Followers

Profile Information

  • Location
    Somewhere in the PNW
  • Interests
    Skydiving

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Probably not but "flared" stairs might work good enough.
  2. So typically what you want to do is first select the object that is located by the dimension and then select the dimension # you want to change. If you have a true point-to-point dimension, then there should be a marker at each end so you would need to select the marker first and then move it by typing in the dimension value. Sometimes other things can block the movement though. In your case, changing the dimension rounding (as suggested by Michael) will probably work fine but I wouldn't do that with more important things like walls where you want them located correctly or other things can get messed up. Another thing you can do in cases like this is just override the dimension value that is displayed.
  3. A normal curved stair in Chief can only be a simple arc with one radius. If you need a J-shaped stair, you will need to have multiple sections with different radius. Might want to start with cad lines for the centerline just to figure out the correct path and radius to use. Good luck.
  4. Not unless someone sent it into to Chief. If it is something you want, you should send in a suggestion: https://chieftalk.chiefarchitect.com/forum/8-suggestions/
  5. Chief is getting confused by your foundation (for some reason probably related to your walls). If you select the terrain, and use the "make terrain holes around building" tool, you will see the hole that it is using. This hole has holes in it which is why you can still see the terrain inside the building. So one way to solve this is to turn off "hide terrain intersected by building", select the exterior room by clicking on an exterior wall and using next, and then use the "make room polyline" tool, and then convert it into a terrain feature, and then make it a hole. You could also just edit the polyline made by the make terrain hole tool or draw it yourself manually. Since your building shape was complicated enough I think auto generating the polyline from the exterior room was a good shortcut. Not sure what that flag pole is btw. It looks like it might be coming from a bad wall connection which may or may not have anything to do with the terrain hole problem. You might want to see if you can figure that one out and if not someone might be able to help.
  6. You can turn off the opening indicators for the whole cabinet which should work in your case.
  7. Open the schedule dialog and turn off the "group similar objects" option. Also, just as an FYI, objects in schedules are always grouped according to the text that is shown in the schedule. So depending on what columns you have turned on, you may get objects that are grouped together that you don't want grouped. You can always add columns to show data that is different, sometimes even just notes, to get your objects on separate rows. Also, just as another FYI, best to post your general questions in the Q&A forum instead of the sales or chatroom (and you should only need to post it once). And the use of all caps is considered yelling in online forums so most people prefer normal case.
  8. Need to make sure you are editing the correct dimension defaults for the view you are working in. Double-clicking on the dimension button should take you there. Need to make sure you change the locate settings for "locate auto exterior".
  9. You could try something like this: %(room.dimension1+1.in).to_s("'-\"")% x %(room.dimension2+1.in).to_s("'-\"")%
  10. I just drew the addition using normal walls and then built the deck off it. Would need to add proper support beams and posts but seems pretty straight forward. Not sure why you are losing the top of the wall above the deck though. You might want to post your plan.
  11. I think the camera callouts will always use the text style for the camera layer, not the camera label layer.
  12. You might be able to get what you want easier using a "room divider" instead of a cad line or framing member. I just made some room dividers and marked them as "no room def" and then put the length and angle in the label.
  13. Also, if you want to change your "defaults" and then make it so that new plans will start with these defaults, you will need to setup your plan template to have them. This tech article might help: https://www.chiefarchitect.com/support/article/KB-00463/creating-and-using-plan-templates.html
  14. Another thing is that when you need there to be a 3/4-way switch, you will have to manually place the 3/4-way switch because the automatic stuff won't work when they are not actually connected. Just place the switch directly from the library and it should stick to be what you need.
  15. My guess is that you don't have your walls on the first floor properly defined/connected. If you don't have at least one room, you will not get any foundation walls. Could be other things too so if this doesn't help, you probably want to post your plan.