-
Posts
2860 -
Joined
-
Last visited
Reputation
287 ExcellentAbout ACADuser
- Birthday 05/27/1948
Profile Information
-
Gender
Male
-
Location
Brandon Florida
-
Interests
Tennis, Mechanical things, CAD Lisp programing
Recent Profile Visitors
8612 profile views
-
I did this with added Mtext object. There are only 5 wall types in the plan.
-
That is what I'm up against. There seems to be no way around this limitation. i.e. limiting the wall comparison in the table. I suppose if you knew you way around material list one could tease out a similar table using that material list?
-
I have that checked for wall length & it produces the table above. I wanted to go one step further & use my formula to get 2 times the length to get drywall length. When I do that the table separates all walls and I get a very large table.
-
I wanted a simple wall table with an added field to show 2x the wall length for drywall length. But when I added this %(length / 12 * 2).round(2)% to one of the fields in each wall "object Information" the table displays all walls as line items. Is there a way to do this and keep the simple table?
-
I'm sure you had to do a lot if work to get that macro to work properly. Mine is adequate for me even if I have to manually enter the overhang amount. I draw a polyline to get the total length even though it will not work in all cases. Thanks for your input.
-
OK Thanks
-
There are a few here: https://3dwarehouse.sketchup.com/search/models?q=lion
-
I tried this in a text object without success: "Projected Overhang Area: #{projected_overhang_area}"
-
Is the open or closed cell spray foam any cheaper in your are?
-
Thanks Joe. BTW what insulation type & R value are you using for roof plane?
-
Is there a ruby variable that would return the default roof overhang value? I'm using this in a roof ventilation calculation text object. I used 1.4' as a constant in the version. Ventilation Requirement Calculation Attic %$attic_area.round(0)% sq ft / 150 = %($attic_area/150).round(1)% sq ft. required ventilation area %$soffit_Length% lineal feet of soffit x 1.4' width vented area = %($soffit_Length*1.4).round(2)% sq ft vented soffit x 0.08153 (11.74 sq.in. vent per sq ft / 144) Soffit Vents Total %($soffit_Vent=$soffit_Length*1.4*0.08153).round(2)% sq ft Off ridge Vents 3 ea 4' = 414sq in / 144 = %$ridge_Vent = 2.9% sq ft %($ridge_Vent.to_f + $soffit_Vent.to_f ).round(2)% sq ft vent area provided (%$soffit_Vent.round(2)%+%$ridge_Vent.round(2)%)
-
I was able to get it by changing the base line slope & the pitch.
-
I did a few of these 10 years ago but forgot how I did it. The new ceiling addition on the rear is [9'] one foot higher than the existing house [8']. I want a sloped plane between the two roof sections. Any ideas?
-
Typical flar soffit with a section of shed roof with sloped soffet?
ACADuser replied to ACADuser's topic in General Q & A
Thanks for confirming Robert.