Protect: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
===DESCRIPTION=== | ===DESCRIPTION=== | ||
'''protect''' protects a set of atoms from tranformations performed using the editing features. This is most useful when you are modifying an internal portion of a chain or cycle and do not wish to affect the rest of the molecule. | |||
using the editing features. This is most useful when you are | |||
modifying an internal portion of a chain or cycle and do not wish | |||
to affect the rest of the molecule. | |||
===USAGE=== | ===USAGE=== | ||
Line 9: | Line 6: | ||
===PYMOL API=== | ===PYMOL API=== | ||
<source lang="python"> | |||
cmd.protect(string selection) | cmd.protect(string selection) | ||
</source> | |||
===SEE ALSO=== | ===SEE ALSO=== | ||
[[Deprotect]], [[Mask]], [[Unmask]], [[Mouse]], [[Editing]] | |||
[[Category:Commands|protect]] | [[Category:Commands|protect]] |
Revision as of 23:41, 14 June 2005
DESCRIPTION
protect protects a set of atoms from tranformations performed using the editing features. This is most useful when you are modifying an internal portion of a chain or cycle and do not wish to affect the rest of the molecule.
USAGE
protect (selection)
PYMOL API
cmd.protect(string selection)