de_add_polygon()

Starts a polygon command sequence. Adds a polygon to the current representation. Returns: none.

See also: de_add_rectangle(), de_add_circle(), de_add_arc(), de_add_point(), de_end(), de_add_polyline().

Syntax:

de_add_polygon();

Example:
de_add_polygon();
de_add_point(0,0);
de_add_point(20,0);
de_add_point(20,40);
de_add_point(0,0);
de_end();

Download Example File:

The following link(s) lead to the Agilent EEsof EDA Knowledge center website. You will need to register at this site with a valid support contract to download an example file.
Polylines to Polygons

Where Used:

Schematic, Layout

 

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

Contents
Additional Resources