@ChrisGamble wrote:
I heard of taking the cad pat file and putting the text from that text file into the revit pat text file to create the pattern. Do you have any thoughts on that?
Yes, that's exactly how you create a Revit pattern. But, that's not the issue. The issue is with scaling. Revit Cut Patterns are Drafting type, not Model type. My suggestion -- based on being down this road before -- is to learn to love Revit's Batt Insulation tool and forget trying to incorporate it into a Material's symbolic Cut Pattern. But, if you want to experiment, here's 2 batt insulation pattern file definitions you can use; one Drafting type and one Model type:
;%VERSION=3.0
;%UNITS=INCH
*battd,batt insulation
;%TYPE=DRAFTING
161.57,-53.001,18.995,7.59,2.53,6.32,-56.92
18.43,53.001,18.995,7.59,-2.53,6.32,-56.92
108.43,1,1,43,2.53,18.97,-44.27
71.57,-1,1,20.24,2.53,18.97,-44.27
----------------------------------------------------------
;%VERSION=3.0
;%UNITS=INCH
*battm,batt insulation
;%TYPE=MODEL
161.57,-53.001,18.995,7.59,2.53,6.32,-56.92
18.43,53.001,18.995,7.59,-2.53,6.32,-56.92
108.43,1,1,43,2.53,18.97,-44.27
71.57,-1,1,20.24,2.53,18.97,-44.27