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. | |||
===USAGE=== | ===USAGE=== | ||
protect (selection) | |||
===PYMOL API=== | ===PYMOL API=== | ||
<source lang="python"> | <source lang="python"> | ||
cmd.protect(string selection) | |||
</source> | </source> | ||
===SEE ALSO=== | ===SEE ALSO=== | ||
deprotect, mask, unmask, mouse, editing | |||
[[Category:Commands|protect]] | [[Category:Commands|protect]] |
Revision as of 12:08, 25 April 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)
SEE ALSO
deprotect, mask, unmask, mouse, editing