Syntax POLY2_B{3}n, konturfüllung,
schraffurstift, hintergrundstift,
ursprungX, ursprungY,
mxx, mxy, myx, myy,
x1, y1 , status1 , ... xn , yn , statusn |

Wertebereiche
n ≥ 2, Typ integer
konturfüllung, Typ integer (->Maskwerte)
-1 ≤ schraffurstift ≤ 255, Typ integer
-1 ≤ hintergrundstift ≤ 255, Typ integer
ursprungX, Schraffurursprung X, Typ real
ursprungY, Schraffurursprung Y, Typ real
mxx, mxy, myx, myy, Verzerrungsmatrix, Typ real
xi, Typ real
yi, Typ real
statusi, Typ integer (->Statuswerte) |

Beispiel
FILL "Stahlbeton"
PEN 3
POLY2_B{3} 11,1+2+8,4,45,
0.5,0.0,
1,0,0,1,
0,0,1, 1,0,1, 1,1,0, 0.5,1.7,0, 0,1,1, 0,0,-1,
0.2,0.2,1, 0.8,0.2,1, 0.8,1,1, 0.2,1,1, 0.2,0.2,-1
ADD2 2,0
POLY2_B{3} 11,1+2+8,4,45,
0.5,0.0,
2,0,0,-0.5,
0,0,1, 1,0,1, 1,1,0, 0.5,1.7,0, 0,1,1, 0,0,-1,
0.2,0.2,1, 0.8,0.2,1, 0.8,1,1, 0.2,1,1, 0.2,0.2,-1 |