db_first_segment()

Returns a handle to the first segment of the given segment list.

Syntax:

db_first_segment(segHandle);

where

segHandle is the handle to a segment list returned from a function such as db_get_dg_attribute.

Example:
decl segHandle, dgHandle, dgType;
dgType = db_get_dg_attribute (dgHandle, DG_TYPE);
if (dgType == POLYGON_DG_TYPE)
segHandle = db_get_dg_atribute (dgHandle, DG_DATA);
db_first_segment (segHandle);

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.

Count nr of Vertices on Selected Polygon

Where Used:

Schematic, Layout

 

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

Contents
Additional Resources