• 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. Is there a way to change the cordinate of highlight object...

Stats

  • Locked Locked
  • Replies 4
  • Subscribers 143
  • Views 5234
  • 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

Is there a way to change the cordinate of highlight object?

JamesJames
JamesJames over 1 year ago

Hi All, 

I created many hilight objects though "geAddHilight* function, and now I need to move it from the lower left corner of layout view to upper right. I've tried to change the "bBox" of hilight object parameters, which is a dpl, but it not works.

So I want to ask that is it a possible that not delete current objects but move them?

  • Cancel
  • JamesJames
    JamesJames over 1 year ago

    Here is my code:

    winNumber = 9
    win = window(winNumber)
    cellView = geGetWindowCellView(win)
    lpp = list("designFlow" "drawing7")
    lpp1 = list("designFlow" "drawing9")


    procedure(tt()
      let((tmpsetkkk)

          tmpset = geCreateHilightSet(cellView lpp nil)
          tmpset~>enable = t
          h1 = geAddHilightRectangle(tmpset list(150:200 300:300))
          h2 = geAddHilightCircle(tmpset 0:0 15)
          h3 = geAddHilightRectangle(tmpset list(-150:-150 -300:-300))
          h4 = geAddHilightCircle(tmpset -30:-80 15)

          tmpset1 = geCreateHilightSet(cellView lpp1 nil)
          tmpset1~>enable = t
          h5 = geAddHilightRectangle(tmpset1 list(-150:75 -300:300))
          h6 = geAddHilightCircle(tmpset1 -30:-80 15)
          h7 = geAddHilightRectangle(tmpset1 list(-30:-30 -55:-55))
          h8 = geAddHilightCircle(tmpset1 30:55 20)

          g1 = geCreateHilightGroup(tmpset list(h1 h2))
          g2 = geCreateHilightGroup(tmpset1 list(h5 h7))
          a = list(g1 g2)
      )
    )

    tt()




    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Andrew Beckett
    Andrew Beckett over 1 year ago in reply to JamesJames

    I don't believe this is possible - I think you have to recreate the hilights - but I'm checking with the R&D team that supports this. 

    Andrew

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • JamesJames
    JamesJames over 1 year ago in reply to Andrew Beckett

    Thanks for your reply, I will recreate them.Grinning

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Andrew Beckett
    Andrew Beckett over 1 year ago in reply to JamesJames

    Yes, I can confirm that you can't move hilights. The exception is that you can use geAddHilightFig which is tied to a particular figure - if that figure (i.e. a shape or an instance) then the hilight moves with it.

    Andrew

    • 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