db_first_point()

Returns a handle to the first point of a data group component (shapes only).

Syntax:

db_first_point(dataGroupHandle);

where

dataGroupHandle is a handle of a data group returned from a function such as db_first_dg or db_next_dg ().

Example:
decl x, y, dg, pnt, prevDG, coord;
dg = db_next_dg(prevDG);
pnt = db_first_point(dg);
coord = db_get_coord(pnt);
x = db_get_x(coord); y = db_get_y(coord);

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.

Find Close Vertexes
Polylines to Polygons

Where Used:

Schematic, Layout

 

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

Contents
Additional Resources