Difference between revisions of "Hide"

From PyMOLWiki
Jump to navigation Jump to search
Line 14: Line 14:
  
 
===PYMOL API===
 
===PYMOL API===
<source lang="python">
+
<source lang="python">
  cmd.hide( string representation="", string selection="")
+
cmd.hide( string representation="", string selection="")
</source>
+
</source>
  
 
===EXAMPLES===
 
===EXAMPLES===
Line 23: Line 23:
  
 
===SEE ALSO===
 
===SEE ALSO===
[[Cmd show]], [[Cmd enable]], [[Cmd disable]]
+
[[Cmd show]], [[Cmd enable]], [[Cmd disable]]
  
 
[[Category:Commands|hide]]
 
[[Category:Commands|hide]]

Revision as of 20:38, 13 June 2005

DESCRIPTION

"hide" turns of atom and bond representations.

The available representations are:

lines     spheres   mesh      ribbon     cartoon
sticks    dots      surface   labels
nonbonded nb_spheres

USAGE

hide reprentation [,object]
hide reprentation [,(selection)]
hide (selection)

PYMOL API

cmd.hide( string representation="", string selection="")

EXAMPLES

hide lines,all
hide ribbon

SEE ALSO

Cmd show, Cmd enable, Cmd disable