When you have a medium pressure spiral duct and you use the welded gored fitting in the stock library, put a formula to control the number of gores based off the angle:
You first have to make the Gored parameter an instance based. This creates a realistic gored fitting, and the lines that represent the gores don't always jumble up on the sheet. Gets rid of the need for all the types, too.
This helps my medium pressure gored duct fittings look clean and the way they should. Hope this helps some of you out there. Thought I'd share.
-TZ
Code:
if(Angle < 31, 2, if(Angle < 90, 3, 5))
This helps my medium pressure gored duct fittings look clean and the way they should. Hope this helps some of you out there. Thought I'd share.
-TZ