de_draw_circ()


Draws a circle in simulator units. Typically, used in artwork creation macros rather than in the de_add_circle() function. Returns a handle to the data group shape that was just created.

Syntax:

de_draw_circ(x,y,radius);

where

x,y is the center of the circle.

radius is the radius of the circle.

Example:
de_draw_circ(10,45, 36.7);
// Or to capture the data group handle
decl dgHandle = de_draw_circ(10,45, 36.7);

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.
Polygons to Circles
Polylines to Circles

Where Used:

Schematic, Layout

 

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

Contents
Additional Resources