-
Posts
2823 -
Joined
-
Last visited
Content Type
Profiles
Forums
Gallery
Everything posted by ACADuser
-
Well, I did not know about that procedure/setting. That worked perfectly. The pink is my 9' desired plate height line. Thanks for the education. (Again)
-
I guess I forgot to remove the manual ceiling plane when I replied to Ryan. See attached, this is with mono sloped roof & NO Manual Ceiling Plane.
-
Thanks for that. I was able to build a truss outside that little room area & lock the truss and copy into that area. I deleted the 2nd floor & the attic walls built correctly but the back wall still wants to build starting at the floor finish as you noted.
-
No, a single vault. But Chief will not build a single truss for me. Do you have a way to build it without a manual ceiling plane? Maybe I missed a setting?
-
Oh, yes I knew that. Too bad the truss tool doesn't know that.
-
Attached is a plan with foundation & still, the wall appears to be building from the top of the floor surface dimension. Also, I don't know how to vault the room without a manual ceiling plane. I added the plane & lowered by 3/16 to get to the 9' dimension. Largo 4.zip
-
Mick, I was working with Nester's plan & did not realize that the lack of a foundation changed the way the wall was built. Thanks for that info. So things improved once I added a foundation. What do you mean by " but vault works fine. " Thanks
-
Well-said Michael.
-
I confess that I spend more time meeting work deadlines than studying Chief. As a programmer, you must protect the user from themselves. Make it foolproof and they can not make dumb mistakes. If you changed nothing in the DBX any method you exit the DBX should not result in the user making an error. Can you tell me why the attic wall is now flagged was altered?
-
Why would Chief throw up a warning when all you did was to look at the DBX of an attic wall. The user changed nothing but by their ignorance, they said OK to a seemingly erroneous warning. I never knew the consequences of saying OK. The program should be smarter. And so should I.
-
So if you uncheck "flat ceiling" in the room, the roof will build the ceiling for you. If you want a 20" truss & a 9' plate height I get this: The CMU wall builds on top of the floor material. I can use the bird's mouth settings to lower the roof but it does not help the truss build correctly. Furthermore, the truss ignores the ceiling created by the roof, Maybe I missed another setting? This is my manual roof & manual ceiling. Attached is for the first two sections The manual roof is the original plan I posted to start the thread. Thanks Largo 3.zip
-
Ryan, Would you take a look and tell me where I went wrong on this roof thickness. I tried to set the roof as you suggested. Largo 2.zip Largo 2.zip
-
Steve, Thanks for the alternate method. I used your building set plate height at 9' added the roof. The roof was too low for my 20" desired trusses so I added sloped ceiling at 9' & raise the roof to get 20" trusses. Then I was able to create the trusses. Now to see if I can modify my plan to match.
-
OK one more wall issue. Can't seem to get rid of these attic wall lines in vector view. I tried reversing the east-west wall exterior but no joy.
-
Thanks all. I tried the Window levels. But not what I wanted, but thanks for the tip. Thought about the pony wall last night & tried this morning. I had to break the wall to get the window on right to show properly. This is what I am going with. Thanks Eric.
-
Working on a small plan with windows above windows & doors. I did not want the upper windows to display in plan view so I use another Window Layer. The result is missing wall segments. The fix is easy, just add filled polylines but is there a setting for this? I did not want a second floor. Largo 1.zip
-
You are a clever guy. My last Windows update changed the file display setting but I never thought to look at the date type setting. Thanks for solving my mystery.
-
Using Windows 10, I have noticed lately that Chief does not update the plan file date in Windows when saved. I that the date always updated that date when saved. Am I miss remembering that or did Chief or Windows change some setting?
-
We don't see that type clean out unless the lines are very deep. Sewer Cleanout-details.pdf
-
CAD/CAD Block Management select the block Insert into plan explode edit make block rename block to match original block
-
Maybe this one can be modified. https://3dwarehouse.sketchup.com/model/a50e99615477e08914b35a7d7cea7130/CR340D-Quadrato-Fabricated-Double-Square-Bowl-Kitchen-Sink-Abey
-
Thanks, fellas. The immediate need passed as the clients could not agree on going forward at this time. I will refer you both in the future.
-
Great, Thanks And the .to_ft does the division for you! begin wlength = owner.length.to_ft.round(2) wlength.to_s rescue "Error" end
-
OK, thanks for the clarification. I was able to add this: begin wlength = (owner.length / 12.0).round(2) wlength.to_s rescue "Error" end But it displays as "10.2 in" and needs to be feet. What causes the "in" to display at all?
-
That's too bad. I did not see a way to insert custom fields in that schedule so a macro would not be possible?