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

dbGetRowRegionPoints

dbGetRowRegionPoints(
d_rowRegionId
) 
=> l_points / nil

Description

Returns a list of rectilinear points that define the rowRegion boundary.

Arguments

d_rowRegionId

Database ID of a rowRegion.

Value Returned

l_points

List of the rectilinear points.

nil

Returned in case of failure.

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