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

dbComputeBBoxNoNLP

dbComputeBBoxNoNLP( 
d_cellViewId 
) 
=> l_bBox / nil

Description

Computes the given cellview bounding box, but excludes all the bounding boxes of the nlp labels in the given cellview itself and its reference cellviews.

Arguments

d_cellViewId

The cellview ID.

Values Returned

l_bBox

A bBox.

nil

Errors were encountered.

Examples

cv = dbOpenCellViewByType ("test" "hasNLP" "layout" "maskLayout" "w")
myLabel = dbCreateLabel (cv 67 5:-21 "label1" "lowerLeft" "RO" "stick" 0.75 )
myLabel~>labelType = "NLPLabel"
myBoxNoNLP = dbComputeBBoxNLP(cv)

Return to top
 ⠀
X