poly_area()
Selects polygons based upon area. For polygons with holes, the area of the hole is subtracted. Returns: A polygon layer.
See also: dve_drc()
Syntax
dve_drc (poly_area (inLayer) operator value);
where:
| inLayer | A polygon layer |
| operator | < Less than <= Less than or equal to == Equal to > Greater than >= Greater than or equal to |
| value | A real value in layout units |
Example
decl lyrCond = dve_import_layer("cond"); decl lyrError101 = dve_export_layer("error101"); decl lyrPoly=NULL; lyrPoly = dve_drc(poly_area(lyrCond) < 100); lyrError101 += dve_drc(all_edges(lyrPoly), "Polygon area < 100");

Privacy
Statement
|
Terms of Use
|
Legal |
Contact Us
|
© Agilent 2000-2008 ![]()