|
An Example Problem
|
Previous Top Next |
|
|
| BOUNDARIES
|
| REGION 1 'box' { the bounding box }
|
| START(-1,-1)
|
| LINE TO(1,-1)
|
| TO (1,1)
|
| TO (-1,1)
|
| TO CLOSE
|
| REGION 2 'blob' { the embedded circular 'blob' }
|
| START 'ring' (1/2,0)
|
| ARC(CENTER=0,0) ANGLE=360 TO CLOSE
|
| [Note: The detailed Rules for constructing domain boundaries is included in the Reference chapter "Sections | Boundaries".]
|