dbLayerSize
dbLayerSize(d_cellViewId t_layerName l_dbIdList1 n_value[x_numVertices] [g_mfgGrid] [x_conicSides]) =>l_dbIdList
Description
Performs an oversizing or undersizing operation on the object specified in the input list.
Arguments
Value Returned
Examples
Performs an oversizing by 0.5 user unit on m1Rect and creates the results in layer "metal3" in cellview cvId. Also returns a list of output objects in m3Out.
m3Out = dbLayerSize(cvId "metal3" m1Rect 0.5)
Performs an oversizing by 0.25 user units on the selected figure and creates the resultant output objects in layer "Metal2" in cellview cvId with 2000 as numVertices, 0.001 as mfgGrid, and 100 as conicSides. Also returns a list of output objects in M2Out.
M2Out = dbLayerSize(cvId "Metal2" geGetSelSet() 0.25 2000 0.001 100)
Related Topics
Return to top