dbLayerHoles
dbLayerHoles(d_cellViewId t_layerName l_dbIdList1[g_mfgGrid]) =>l_dbIdList
Description
Returns a list of new objects from those areas consisting of all the holes in shapes of the input list. A hole is an area created when the perimeter of a polygon touches itself, enclosing an area that is not the polygon.
Arguments
Value Returned
Examples
Returns shapes on m1Rect that are holes of m2Rect and create the results in layer "metal3" in cellview cvId. The list of output objects is also returned in m3Out.
m3Out = dbLayerHoles(cvId "metal3" m1Rect m2Rect)
Related Topics
Return to top