dbLayerOr
dbLayerOr(d_cellViewId t_layerName l_dbIdList1[l_dbIdList2] [x_numVertices] [g_mfgGrid]) =>l_dbIdList
Description
Returns a list of new objects that encompass all areas on input lists and creates the resulting objects in the specified layer and cellview.
Arguments
|
Target vertex count of output objects. If you do not specify this number, the default vertex count (195) is used. |
|
Value Returned
Examples
Merges all objects on m1Rect and m2Rect and creates the results in layer "metal3" in cellview cvId. The list of output objects is also returned in m3Out.
m3Out = dbLayerOr(cvId "metal3" m1Rect m2Rect)
Related Topics
Return to top