Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

dbComputeBBox

dbComputeBBox( 
d_cellViewId 
) 
=> t / nil

Description

Recomputes the given cellview bounding box.

Arguments

d_cellViewId

The cellview ID.

Values Returned

t

The computation is successful

nil

The given cellview id is invalid

Examples

Recomputes the cellview bounding box myBBox.

cv = dbOpenCellViewByType( "test" "myBBox" "layout" )
dbComputeBBox(cv) => t

Return to top
 ⠀
X