This is a read-only mirror of pymolwiki.org

Difference between revisions of "Get Symmetry"

From PyMOL Wiki
Jump to navigation Jump to search
 
m
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
===DESCRIPTION===
 
===DESCRIPTION===
    "get_symmetry" can be used to obtain the crystal
+
'''get_symmetry''' can be used to obtain the crystal and spacegroup parameters for a molecule
  and spacegroup parameters for a molecule
+
(FUTURE - map object - FUTURE)
  (FUTURE - map object - FUTURE)
+
 
 
 
===USAGE===
 
===USAGE===
    get_symmetry object-name-or-selection
+
get_symmetry object-name-or-selection
+
 
 
===PYMOL API===
 
===PYMOL API===
<source lang="python">
+
<source lang="python">
  cmd.get_symmetry(string selection)  
+
cmd.get_symmetry(string selection)  
</source>
+
</source>
  
[[Category:Commands|get_symmetry]]
+
[[Category:Commands|Get Symmetry]]

Revision as of 14:03, 20 June 2009

DESCRIPTION

get_symmetry can be used to obtain the crystal and spacegroup parameters for a molecule (FUTURE - map object - FUTURE)

USAGE

get_symmetry object-name-or-selection

PYMOL API

cmd.get_symmetry(string selection)