dbGetRowRegionPoints
dbGetRowRegionPoints(d_rowRegionId) =>l_points/ nil
Description
Returns a list of rectilinear points that define the rowRegion boundary.
Arguments
Value Returned
Example
Returns the points of the rowRegion boundary.
; Create a rowRegion and query the points.
rowRegion = dbCreateRowRegion(cvId "rowRegion" "rowRegionSpec" list(list(0 0) list(2000
0) list(2000 5000) list(0 5000)))
dbGetRowRegionPoints(rowRegion)
Related Topics
Placement Database Access Functions
Return to top