PDA

View Full Version : Converting lines to fill pattern PAT format



junger
2009-10-17, 03:39 PM
Hi All,

I'm trying to convert 4 lines to a custom fill pattern pat file. Does anyone have the correct equations to convert them? Where would I start?

0;2.5 to 0.4774575;1.030537
0.4774575;1.030537 to 1.727458;0.1223587
1.727458;0.1223587 to 3.272542;0.1223587
3.272542;0.1223587 to 4.522542;1.030537
4.522542;1.030537 to 5;2.5

Thanks.

-josh

sbrown
2009-10-19, 12:23 PM
You need a lisp routine for autocad called hatchmaker.lsp. do a google search for it. Or you will need to read the .pat file that comes with revit and try it out yourself.