|
Setting Material Properties by Region and Layer
|
Previous Top Next |
|
|
| REGION 2 'blob' { the embedded blob }
|
| LAYER 'Can' K = 0.001
|
| START 'ring' (R,0)
|
| ARC(CENTER=0,0) ANGLE=360
|
|
|
| BOUNDARIES
|
|
|
| REGION 1
|
| params(1,all)
|
| { parameter redefinitions for all layers of region 1 }
|
| LAYER 1
|
| params(1,1)
|
| { parameter redefinitions restricted to layer 1 of region 1 }
|
| LAYER 2
|
| params(1,2)
|
| { parameter redefinitions restricted to layer 2 of region 1 }
|
| LAYER 3
|
| params(1,3)
|
| { parameter redefinitions restricted to layer 3 of region 1 }
|
| START(,) .... TO CLOSE { trace the perimeter }
|
|
|
| REGION 2
|
| params(2,all)
|
| { parameter redefinitions for all layers of region 2 }
|
| LAYER 1
|
| params(2,1)
|
| { parameter redefinitions restricted to layer 1 of region 2 }
|
| LAYER 2
|
| params(2,2)
|
| { parameter redefinitions restricted to layer 2 of region 2 }
|
| LAYER 3
|
| params(2,3)
|
| { parameter redefinitions restricted to layer 3 of region 2 }
|
| START(,) .... TO CLOSE { trace the perimeter }
|
|
|
| { ... and so forth for all regions }
|