all_edges()

Sends all the edge segments of polygons of a layer to an output error layer.

See also: dve_drc()

Syntax

dve_drc (all_edges (inLayer) [, msgString]);

where:

inLayer A polygon layer
msgString A string value that will be attached to the selected error segments

Example

decl lyrCond2 = dve_import_layer ("cond2");
decl lyrError101 = dve_export_layer ("error101");
decl lyrWork = NULL;
lyrWork = dve_drc (poly_area (lyrCond2) < 10.0);
lyrError101 += dve_drc (all_edges (lyrWork),
        "Conductive metal area < 10.0")

 

Privacy Statement  | Terms of Use  | Legal | Contact Us  | © Agilent 2000-2008 

Contents
Additional Resources