Difference between revisions of "Hide"

From PyMOLWiki
Jump to navigation Jump to search
Line 1: Line 1:
 
===DESCRIPTION===
 
===DESCRIPTION===
'''hide''' turns off atom and bond representations.
+
'''hide''' conceals atom and bond representations for a certain selection.
  
 
The available representations are:
 
The available representations are:

Revision as of 02:48, 23 February 2007

DESCRIPTION

hide conceals atom and bond representations for a certain selection.

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