Hide: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
===DESCRIPTION=== | ===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=== | ===USAGE=== | ||
hide reprentation [,object] | |||
hide reprentation [,(selection)] | |||
hide (selection) | |||
===PYMOL API=== | ===PYMOL API=== | ||
<source lang="python"> | <source lang="python"> | ||
Line 21: | Line 19: | ||
===EXAMPLES=== | ===EXAMPLES=== | ||
hide lines,all | |||
hide ribbon | |||
===SEE ALSO=== | ===SEE ALSO=== | ||
[[Cmd show]], [[Cmd enable]], [[Cmd disable]] | |||
[[Category:hide|hide]] | [[Category:hide|hide]] |
Revision as of 23:12, 28 April 2005
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