Edit in Place

G

Guenther Sohler

Guest
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
 
On Mon, 19 Nov 2007 12:19:22 +0100, Guenther Sohler wrote:

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
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
 
On Mon, 19 Nov 2007 15:38:47 +0100, Guenther Sohler <guenther.sohler@wipro.com>
wrote:

On Mon, 19 Nov 2007 12:19:22 +0100, Guenther Sohler wrote:

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

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
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
Senior Solution Architect
Cadence Design Systems, UK.
 
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.
Thank you Andrew,

this helped

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


:)
 

Welcome to EDABoard.com

Sponsor

Back
Top