ngl icon indicating copy to clipboard operation
ngl copied to clipboard

Using zoomView to zoom into a residue

Open pguillem opened this issue 1 year ago • 0 comments

Hello all, I'm trying to use stage.animationControls.zoomMove() to focus into a residue of interest.

I tried this syntax: zoomMove(45, 45, 2000, -20)

I tried the first 2 values with "Chain:Res", "Res:Chain", "Res" and nothing I try seems to focus anywhere. I also saw an example usage somewhere using zoomMove("200:A.C", "200:A.C", 2000, -20) and it works.

What is the correct way of making a button move and zoom into a residue?

Thanks in advance Pedro

pguillem avatar Aug 10 '23 14:08 pguillem