Difference between revisions of "Deprotect"

From PyMOLWiki
Jump to navigation Jump to search
 
m
 
(10 intermediate revisions by 4 users not shown)
Line 1: Line 1:
===DESCRIPTION===
+
 
    "deprotect" reveres the effect of the "protect" command.
+
'''deprotect''' reverses the effect of the [[Protect]] command.
+
 
 
===USAGE===
 
===USAGE===
    deprotect (selection)
+
<source lang="python">
+
deprotect (selection)
 +
</source>
 +
 
 
===PYMOL API===
 
===PYMOL API===
<source lang="python">
+
<source lang="python">
  cmd.deprotect(string selection="(all)")
+
cmd.deprotect(string selection="(all)")
</source>
+
</source>
 +
 
 +
===SEE ALSO===
 +
[[Protect|protect]], [[Mask]], [[Unmask]]
  
===SEE ALSO===
+
[[Category:Commands|Deprotect]]
 
  [[Cmd protect]], [[Cmd mask]], [[Cmd unmask]], [[Cmd mouse]], [[Cmd editing]]
 
 
[[Category:Commands]]
 

Latest revision as of 17:47, 29 January 2019

deprotect reverses the effect of the Protect command.

USAGE

deprotect (selection)

PYMOL API

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

SEE ALSO

protect, Mask, Unmask