dbLayerEnclose
dbLayerEnclose(d_cellViewId t_layerName l_dbIdList1 l_dbIdList2[g_mfgGrid]) =>l_dbIdList
Description
Returns a list of shapes on the first list that enclose shapes on the second list. A shape is enclosing the other if the entire area of a second shape is covered by first shape.
Arguments
Value Returned
Examples
Returns shapes on m1Rect that enclose those on m2Rect and creates the results in layer metal3 in cellview cvId. The list of output objects is also returned in m3Out.
m3Out = dbLayerEnclose(cvId "metal3" m1Rect m2Rect)
Related Topics
Return to top