On 17 Jan 2007 at 15:04, Bob Hanson answered to Angel Herraez:

> >(i.e., the same that happens --regarding bond width instead of 
> >showing/hiding-- if I use
> >"set bondMode or; select ligand; wireframe 0.4"  )
> >
> then you probably have to do it that way.

But I need to hide the protein, not just highlight the bond.



> I don't think it's possible -- hiddenness is a very low-level aspect -- 
> bonds aren't hidden, just atoms.

OK, I understand.


> So I think if you want to do this
> what you should do is
> 
> display ligand or connected(ligand)
> select connected(ligand); spacefill off;wireframe 0.4

That affects also the whole ligand. But gave me the idea:

        display ligand or connected(ligand)
        select connected(ligand) and not ligand; spacefill off;wireframe 0.4

does the trick

Thanks


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Jmol-users mailing list
Jmol-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to