Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

dbSetRowRegionPoints

dbSetRowRegionPoints(
d_rowRegionId
l_points
)
=> t / nil

Description

Changes the rectilinear specification of the given rowRegion.

Arguments

d_rowRegionId

Database ID of a rowRegion.

l_points

List of rectilinear points specifying the area covered by the rowRegion.

Value Returned

t

Modified rowRegion points.

nil

Returned in case of failure.

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
 ⠀
X