Hide: Difference between revisions
Jump to navigation
Jump to search
(→USAGE) |
|||
Line 16: | Line 16: | ||
===USAGE=== | ===USAGE=== | ||
hide | hide representation [,object] | ||
hide | hide representation [,(selection)] | ||
hide (selection) | hide (selection) | ||
Revision as of 09:26, 24 May 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 representation [,object] hide representation [,(selection)] hide (selection)
PYMOL API
cmd.hide( string representation="", string selection="")
EXAMPLES
# hides all lines
hide lines,all
# hides all ribbons
hide ribbon
# hides sticks in protA and all residues that aren't in the range of 40-65
hide sticks, protA and not i. 40-65