dbSetRowRegionPoints
dbSetRowRegionPoints(
d_rowRegionId
l_points
)
=> t / nil
Description
Changes the rectilinear specification of the given rowRegion.
Arguments
|
List of rectilinear points specifying the area covered by the rowRegion. |
Value Returned
Examples
Defines a set of rectilinear points and sets the rowRegion points.
point = list(list(0 0) list(3000 0) list(3000 5000) list(0 5000))
;; Set rowRegion points
dbSetRowRegionPoints(rowRegion point)
Related Topics
Placement Database Access Functions
Return to top