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

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

d_cellviewId

Database ID of a cellview.

Value Returned

l_shapeID

List of database IDs of the shapes with a valid trim fill type.

Valid trim fill types: bridgeMetal, SADPFillPatch, gapFill

nil

No shapes with valid trim fill type were found.

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

Trim Functions


Return to top
 ⠀
X