db_next_point()
Returns a handle to the next point belonging to a given data group shape. NULL if end of the list.
Syntax:
db_next_point(pointHandle);
where
pointHandle is a handle to a point as returned from this function or db_first_point().
Example:
decl pointHandle, dgHandle;
pointHandle = db_first_point(dgHandle);
while (pointHandle)
{
pointHandle = db_next_point(pointHandle);
}
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 ![]()