• 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. selecting single figures/objects...

Stats

  • Locked Locked
  • Replies 20
  • Subscribers 143
  • Views 14129
  • 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

selecting single figures/objects...

bloodwayn
bloodwayn over 14 years ago

Hello everybody,

i have a layout with a "text" layer1. in this layer are diffrent layers consist of metal1, metal2 and/or poly. now i generate with a function 4 rectangles(also text layer) for example which devide the layer1 into 4 parts.

now i would like to select all layers which are located in one of these parts. so i don't know how i can select a figure or shape or so, based on an specific area.

 hope anybody can help

thanking you in anticipation and sry for my bad english ;)
philip

  • Cancel
Parents
  • Andrew Beckett
    Andrew Beckett over 14 years ago

    Hi Philip,

    No, my point about looping over the shapes was to use something similar to /forums/p/17163/1223573.aspx#1223573 which I mentioned earlier. If you want to use all shapes, you could do:

    foreach(fig srcCV~>shapes
      dbCopyFig(fig destCV)
    )

    The code I gave in my last append should find the overall bounding box of the cellView, and then convert this to a list of four points representing the yank area. That should do what  you want, if I've understood you properly. No need to give yank points precisely following the outline of your shapes, as far as I can tell.

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • Andrew Beckett
    Andrew Beckett over 14 years ago

    Hi Philip,

    No, my point about looping over the shapes was to use something similar to /forums/p/17163/1223573.aspx#1223573 which I mentioned earlier. If you want to use all shapes, you could do:

    foreach(fig srcCV~>shapes
      dbCopyFig(fig destCV)
    )

    The code I gave in my last append should find the overall bounding box of the cellView, and then convert this to a list of four points representing the yank area. That should do what  you want, if I've understood you properly. No need to give yank points precisely following the outline of your shapes, as far as I can tell.

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Children
No Data

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