Edit in Place

Discussion in 'Cadence' started by Guenther Sohler, Nov 19, 2007.

  1. Hallo group,

    I am a little bit scripting with cadence.

    Is it possible to get the current edit-in-place translation matrix(offset
    rotation and magnification ?)

    rds
     
    Guenther Sohler, Nov 19, 2007
    #1
  2. PS: i need that because enterPoint does not deliver the correct
    coordinates to "layout world" anymore if beeing edit in place.

    Chopping does not work either in edit-in-place mode

    Can anybody help me ?

    IC5.1.41_CDB_usr4
     
    Guenther Sohler, Nov 19, 2007
    #2
  3. My guess is that you need to use geWindowToEditPoint() or geEditToWindowPoint()
    - depends on which way you're going.

    These are covered in the <instdir>/doc/skdfref/skdfref.pdf manual (Cadence
    Design Framework II SKILL Functions Reference).

    Regards,

    Andrew.
     
    Andrew Beckett, Nov 20, 2007
    #3
  4. Thank you Andrew,

    this helped

    pt=geWindowToEditPoint(geGetEditCellViewWindow(cv),enterPoint())


    :)
     
    Guenther Sohler, Nov 20, 2007
    #4
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.