leConvertSelectedDynamicShapes
leConvertSelectedDynamicShapes(
d_cellViewId
)
=> t / nil
Description
(Virtuoso RF Option) Converts the selected dynamic shapes to static shapes.
Arguments
|
The database ID of the cellview that has dynamic shapes to be converted to static shapes. |
Value Returned
|
The selected dynamic shapes are not converted to static shapes. |
Example
Cellview that has dynamic shapes to be converted to static shapes.
win = hiGetCurrentWindow()
cellView = geGetEditCellView(win)
leConvertSelectedDynamicShapes(cellView)
Return to top