Deprotect: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 6: Line 6:


===PYMOL API===
===PYMOL API===
cmd.deprotect(string selection="(all)")
cmd.deprotect(string selection="(all)")


===SEE ALSO===  
===SEE ALSO===  
  [[Cmd protect|protect]], [[Cmd mask|mask]], [[Cmd unmask|unmask]], [[Cmd mouse|mouse]], [[Cmd editing|editing]]
  [[Cmd protect|protect]], [[Cmd mask|mask]], [[Cmd unmask|unmask]], [[Cmd mouse|mouse]], [[Cmd editing|editing]]
 
[[Category:Commands|deprotect]]
[[Category:Commands|deprotect]]

Revision as of 08:46, 22 February 2005

DESCRIPTION

"deprotect" reveres the effect of the "protect" command.

USAGE

deprotect (selection)

PYMOL API

cmd.deprotect(string selection="(all)")

SEE ALSO

protect, mask, unmask, mouse, editing