Is there a quick way to add your extra studs for openings, corners, and intersections? I assume it can be added in a formula when doing my wall linear takeoff, but I'm not exactly sure what that would look like.
To quickly add extra studs for openings, corners, and intersections in zzTakeoff, the most efficient method is to create an Assembly that uses Custom Variables within your stud formula. This allows you to measure the wall line once and then simply type in the counts for your extras to get an instant total.
A highly effective formula for your wall assembly would look like this:
([Linear] * 0.75) + ([Corners] * 3) + ([Intersections] * 2) + ([Openings] * 2)
[Linear]: This is the automatic measurement from your wall line takeoff.
[Corners], [Intersections], [Openings]: These are Tags you insert into your formula. Once added, zzTakeoff automatically turns them into input fields in your properties panel.
Steps to use this:
Hi Stephen,
I used to use "Point Count" for calculating corner studs in PS. Is this also a feature of ZZ?
eg - RoundUp(([Linear Total]/0.45)+([Point Count]*[Corner Studs])).
[Corner Studs] being a field set to 3 but variable. From your info, I could also insert an "openings" field. (*thank you)
Cheers.