Difference between revisions of "Protect"

From PyMOLWiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
===DESCRIPTION===
 
===DESCRIPTION===
+
"protect" protects a set of atoms from tranformations performed
  "protect" protects a set of atoms from tranformations performed
+
using the editing features.  This is most useful when you are
  using the editing features.  This is most useful when you are
+
modifying an internal portion of a chain or cycle and do not wish
  modifying an internal portion of a chain or cycle and do not wish
+
to affect the rest of the molecule.
  to affect the rest of the molecule.
+
 
 
 
===USAGE===
 
===USAGE===
   
+
  protect (selection)
  protect (selection)
+
 
 
 
===PYMOL API===
 
===PYMOL API===
 
  <source lang="python">
 
  <source lang="python">
  cmd.protect(string selection)
+
cmd.protect(string selection)
 
  </source>
 
  </source>
  
 
===SEE ALSO===  
 
===SEE ALSO===  
  deprotect, mask, unmask, mouse, editing  
+
deprotect, mask, unmask, mouse, editing  
+
 
 
[[Category:Commands|protect]]
 
[[Category:Commands|protect]]

Revision as of 13: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