Deprotect: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
===DESCRIPTION===
===DESCRIPTION===
'''deprotect''' reveres the effect of the "protect" command.
'''deprotect''' reveres the effect of the [[Protect]] command.


===USAGE===
===USAGE===
deprotect (selection)
<source lang="python">
deprotect (selection)
</source>


===PYMOL API===
===PYMOL API===
<source lang="python">
  cmd.deprotect(string selection="(all)")
  cmd.deprotect(string selection="(all)")
</source>


===SEE ALSO===  
===SEE ALSO===  
  [[Cmd protect|protect]], [[Cmd mask|mask]], [[Cmd unmask|unmask]], [[Cmd mouse|mouse]], [[Cmd editing|editing]]
  [[Protect|protect]], [[Mask]], [[Unmask]], [[Mouse]], [[Editing]]


[[Category:Commands|deprotect]]
[[Category:Commands|deprotect]]

Revision as of 16:32, 17 April 2009

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