Difference between revisions of "Deprotect"

From PyMOLWiki
Jump to navigation Jump to search
m
m
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