Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

leConvertSelectedDynamicShapes

leConvertSelectedDynamicShapes( 
d_cellViewId 
) 
=> t / nil

Description

(Virtuoso RF Option) Converts the selected dynamic shapes to static shapes.

Arguments

d_cellViewId

The database ID of the cellview that has dynamic shapes to be converted to static shapes.

Value Returned

t

The selected dynamic shapes are converted to static shapes.

nil

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
 ⠀
X