Bob-Roraback Posted February 6, 2022 Share Posted February 6, 2022 Would it be possible to write a macro that would show the number of full height (king) studs? If so would anyone be able to explain how to do that please. This would show compliance with R602.7.5 and I would hope to place it along with the header label. Link to comment Share on other sites More sharing options...
Chopsaw Posted February 6, 2022 Share Posted February 6, 2022 You could fairly easily include that with your window label as that info is entered and stored with the window but possibly the framers would not look at that in the right sequence. Do you show wall details or studs and headers in plan views ? Link to comment Share on other sites More sharing options...
Renerabbitt Posted February 6, 2022 Share Posted February 6, 2022 @Bob-Roraback maybe an easy tool is taking advantage of a label macro in a polyline for perimeter. draw a line, break the line, then simplify it and add a macro to the label a=perimeter.to_f if a>=(input your length) a="4x King Stud Ea. Side" else a="2x King Stud Ea. Side" end Link to comment Share on other sites More sharing options...
Chopsaw Posted February 6, 2022 Share Posted February 6, 2022 1 hour ago, Renerabbitt said: if a>=(input your length) a="4x King Stud Ea. Side" else a="2x King Stud Ea. Side" end If you wanted to go that route. Headers have their own labels and know their length so it might make more sense to look at that option. Link to comment Share on other sites More sharing options...
Renerabbitt Posted February 6, 2022 Share Posted February 6, 2022 19 minutes ago, Chopsaw said: If you wanted to go that route. Headers have their own labels and know their length so it might make more sense to look at that option. yup yup, tag @Bob-Roraback Link to comment Share on other sites More sharing options...
Joe_Carrick Posted February 7, 2022 Share Posted February 7, 2022 I actually have a macro that does that for Jack Studs. King Studs would be fairly easy to add. However, you must note that the code rules (table) for King Studs is limited to walls that are less than 10'. Anything more than that would require engineering calculations for wind loading. 1 Link to comment Share on other sites More sharing options...
MoeGia Posted February 8, 2022 Share Posted February 8, 2022 On 2/6/2022 at 7:43 PM, Joe_Carrick said: I actually have a macro that does that for Jack Studs. King Studs would be fairly easy to add. However, you must note that the code rules (table) for King Studs is limited to walls that are less than 10'. Anything more than that would require engineering calculations for wind loading. Plus one for Joe's macro. Joe wrote this macro for me and it works great. I show the headers in my window schedules. Adding king studs would be a great addition! Link to comment Share on other sites More sharing options...
Bob-Roraback Posted February 8, 2022 Author Share Posted February 8, 2022 Thank you all for the replies, I have not been able to follow up on this until now. I will attempt to contact Joe to purchase his macro Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now