dbLayerTile
dbLayerTile(d_cellViewId t_layerName l_dbIdList1[g_mfgGrid]) =>l_dbIdList
Description
Fractures edges of the specified object on the input list into vertical trapezoids.
Arguments
Value Returned
Examples
Fractures the edges on objects in m1Rect into trapezoids and creates the results in layer "metal3" in cellview cvId. The list of output objects is also returned in m3Out.
m3Out = dbLayerTile(cvId "metal3" m1Rect)
Related Topics
Return to top