This is a read-only mirror of pymolwiki.org

Hide

From PyMOL Wiki
Revision as of 04:41, 9 March 2005 by Tree (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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