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
Values Returned
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