Hide: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
The available representations are: | The available representations are: | ||
*lines | |||
*spheres | |||
*mesh | |||
*ribbon | |||
*cartoon | |||
*sticks | |||
*dots | |||
*surface | |||
*labels | |||
*nonbonded | |||
*nb_spheres | |||
===USAGE=== | ===USAGE=== | ||
Line 19: | Line 26: | ||
===EXAMPLES=== | ===EXAMPLES=== | ||
<source lang="python"> | |||
hide lines,all | |||
hide ribbon | |||
</source> | |||
===SEE ALSO=== | ===SEE ALSO=== |
Revision as of 21:51, 5 January 2006
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