oaheader.gif
topics.gif classes.gif classes.gif exceptions.gif progguide.gif infomodel.gif index.gif help.gif
 
 
 

Fills

 [FILLS numFills ;

     [- LAYER layerName [+ OPC]
         {RECT pt pt | POLYGON pt pt pt ...} ...
     ;] ...
     [- VIA viaName [+ OPC] pt ... ;] ...

 END FILLS]

The DEF FILLS construct maps to OpenAccess as rectangles (oaRect objects) or as polygons (oaPolygon) on the pre-defined purpose oavPurposeNumberFill.

LAYER layerName [+ OPC]

The OPC parameters map as rectangles (oaRect objects) on the pre-defined purpose oavPurposeNumberFillOPC.

RECT pt pt

POLYGON pt pt pt ...

VIA viaName [+ OPC] pt ...

VIA maps to an oaVia object with the oacFillPurposeType. If the +OPC parameter is present, the oaVia has the purpose type oacFillOPCPurposeType.