• Skip to main content
  • Skip to search
  • Skip to footer
Cadence Home
  • This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.

  1. Community Forums
  2. Custom IC SKILL
  3. Boundary’s coordinates

Stats

  • Locked Locked
  • Replies 6
  • Subscribers 146
  • Views 4685
  • Members are here 0
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Boundary’s coordinates

sooky
sooky over 17 years ago
Hi friends:

I want to know is it possible to get the Boundary’s coordinates of a cell.

How to get this.

Thanks
  • Cancel
  • Bernd
    Bernd over 17 years ago

     Get the cell view Id
     either for an cell  view open in a window with
    d_cvId = geGetEditCellView( )
     or with
    d_cvId = dbOpenCellViewByType( t_libName t_cellName t_viewName )

    and then
     dbComputeBBoxNoNLP(  d_cvId )
     => l_bBox

    returns the list with the bounding box coordinates.

     

    - Bernd 

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • sooky
    sooky over 17 years ago

    Thanks Bernd.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • ahamlett
    ahamlett over 17 years ago

    Bernd said:

     Get the cell view Id
     either for an cell  view open in a window with
    d_cvId = geGetEditCellView( )
     or with
    d_cvId = dbOpenCellViewByType( t_libName t_cellName t_viewName )

    and then
     dbComputeBBoxNoNLP(  d_cvId )
     => l_bBox

    returns the list with the bounding box coordinates.

     

    - Bernd 

     

     

    Also, d_cvId->bBox will return that cell's bounding box.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • blankman
    blankman over 11 years ago

    All,

    I'm looking to get the outline of all instances and shapes in a cellview, akin to a shrink wrapped boundary, to create a metal fill keepout halo around the block.

    The only way I can see to do this at the moment is flatten everything, convert all shapes to a common layer, and merge.

    Is there another means of doing this, ie a command that would give the coordinates of the outline?

    Thanks

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Andrew Beckett
    Andrew Beckett over 11 years ago

    First of all, the forum guidelines ask you not to post on the end of old threads. This one is 5 and a half years old!

    There was some discussion in this thread on finding the convex hull of a set of shapes - so a similar problem.

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • blankman
    blankman over 11 years ago

    Thanks Andrew,

    I was not aware of this, duly noted.

    Brian.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel

Community Guidelines

The Cadence Design Communities support Cadence users and technologists interacting to exchange ideas, news, technical information, and best practices to solve problems and get the most from Cadence technology. The community is open to everyone, and to provide the most value, we require participants to follow our Community Guidelines that facilitate a quality exchange of ideas and information. By accessing, contributing, using or downloading any materials from the site, you agree to be bound by the full Community Guidelines.

© 2025 Cadence Design Systems, Inc. All Rights Reserved.

  • Terms of Use
  • Privacy
  • Cookie Policy
  • US Trademarks
  • Do Not Sell or Share My Personal Information