home *** CD-ROM | disk | FTP | other *** search
- name 'Chain Link Fence'
- objname 'Fence01'
- scale .5
- axiom Y(1)A
-
- #define t 0
- #define u 7 as "Segments, Few,Many",2,30
- #define w (u*15)
- #define h 125 as "Height,Short,Tall ",50,200
-
- mindetail 2
- iterations w
- angle 90
- detail 3
- length 100
- radius .4
- etrop .00
-
- rules
- Y(q) >> Y(q+1)
- R : d=0&t=0 >> ?(-)#(2)
- A : t=0 >> -(90)R[B(w)][f(180)P(0)K(10)]
- B(i) : i>0 >> ['(58)-(45)F(h*1.4142)+(90)F(h*1.4142)]f(10)B(i-1)
- P(i) : i!0 >> P(i-1)f(10)
- P(i) : i=0 >> P(24)['(57)!(2.3)?(*)#(5)-(90)F(h)]
- K(i) : q!w >> K(i+10)
- K(i) : q=w >> '(57)-(180)!(2.3)?(*)#(5)F(i)
-
-