dbColorShapeQuery
dbColorShapeQuery(d_cellViewId l_layerPurposePair l_bBox[x_startLevel] [x_stopLevel] [n_filterSize] [l_transform] ) =>l_shapeColorPairs/ nil
Description
Returns a list of all shapes and their effective color, where the bounding boxes of the shapes overlap the region specified by l_bBox.
The effective color of a shape is the color after applying any hierarchical shifting that may be specified at different levels of the design hierarchy. This effective color may not be the color assigned to the shape.
Query of objects is based on the open hierarchy level. Only cellviews that are currently open will be searched. To ensure that all shapes are returned in a query list,
dbOpenHier can be used to load all required cellviews. Arguments
Value Returned
Example
dbColorShapeQuery( cvId '("M1" "drawing") '((0 0) (100 100)) )
=> ((sh1Id "mask1Color") (sh2Id "grayColor"))
Return to top