abeLayerMergeTiles
abeLayerMergeTiles(i_abeLayer t_orientation[ ?queue { t | nil } ] =>o_outputLayer/ nil
Description
Uses an existing ABE layer to recreate maximum tiles based on the specified orientation.
Arguments
|
Adds the function to the queue, rather than running it immediately. Functions in the queue are not run until |
Value Returned
Examples
cv = dbOpenCellViewByType("Test" "cmdTest" "layout" "maskLayout" "w")
abeInit(cv)
l = abeLayerFromCellView("Metal1")
Here ABE layer l has tiles generated by default. If you want the maximum possible number of tiles to be vertical, run the following:
abeLayerMergeTiles(l "vertical")
Related Topics
Support for Multithreading in ABE Functions
Return to top