dbGetAllTrimFillShapes
dbGetAllTrimFillShapes(d_cellviewId) =>l_shapeID/ nil
Description
Returns a list of database IDs of all shapes present in the specified cellview with a valid trim fill type.
The
dbGetAllTrimFillShapes function expects the constraint trimShape to be present on the trim layer.Arguments
Value Returned
|
List of database IDs of the shapes with a valid trim fill type. |
|
Examples
Returns the database IDs of the shapes with the trim fill type set as bridgeMetal or SADPFillPatch in the cellview cv.
cv = dbOpenCellViewByType("testLib" "cellview" "layout" "maskLayout" "w")
dbGetAllTrimFillShapes(cv)
=> (db:0x1d15cf1b db:0x1d15cf1a)
Related Topics
Return to top