dbComputeBBox
dbComputeBBox(
d_cellViewId
)
=> t / nil
Description
Recomputes the given cellview bounding box.
Arguments
Values Returned
Examples
Recomputes the cellview bounding box myBBox.
cv = dbOpenCellViewByType( "test" "myBBox" "layout" )
dbComputeBBox(cv) => t
Return to top