This is a read-only mirror of pymolwiki.org
Difference between revisions of "Deprotect"
Jump to navigation
Jump to search
m (1 revision) |
|||
(13 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
− | + | ||
− | + | '''deprotect''' reverses the effect of the [[Protect]] command. | |
− | + | ||
===USAGE=== | ===USAGE=== | ||
− | + | <source lang="python"> | |
− | + | deprotect (selection) | |
+ | </source> | ||
+ | |||
===PYMOL API=== | ===PYMOL API=== | ||
− | + | <source lang="python"> | |
− | + | cmd.deprotect(string selection="(all)") | |
− | + | </source> | |
+ | |||
+ | ===SEE ALSO=== | ||
+ | [[Protect|protect]], [[Mask]], [[Unmask]] | ||
− | + | [[Category:Commands|Deprotect]] | |
− | |||
− | |||
− | |||
− | [[Category:Commands]] |