This is a read-only mirror of pymolwiki.org

Difference between revisions of "Hide"

From PyMOL Wiki
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
===DESCRIPTION===
 
===DESCRIPTION===
 +
"hide" turns off atom and bond representations.
 
   
 
   
  "hide" turns of atom and bond representations.
+
The available representations are:
 
  The available representations are:
 
 
      lines    spheres  mesh      ribbon    cartoon
 
      sticks    dots      surface  labels
 
      nonbonded nb_spheres
 
 
   
 
   
 +
lines    spheres  mesh      ribbon    cartoon
 +
sticks    dots      surface  labels
 +
nonbonded nb_spheres
 +
 
===USAGE===
 
===USAGE===
   
+
  hide reprentation [,object]
  hide reprentation [,object]
+
hide reprentation [,(selection)]
  hide reprentation [,(selection)]
+
hide (selection)
  hide (selection)
+
 
 
 
===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===
   
+
  hide lines,all
  hide lines,all
+
hide ribbon
  hide ribbon
+
 
 
 
===SEE ALSO===
 
===SEE ALSO===
+
[[Cmd show]], [[Cmd enable]], [[Cmd disable]]
  [[Cmd show]], [[Cmd enable]], [[Cmd disable]]
 
  
[[Category:hide|hide]]
+
[[Category:Commands|hide]]

Revision as of 20:32, 28 July 2005

DESCRIPTION

"hide" turns off 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