Difference between revisions of "Get Symmetry"

From PyMOLWiki
Jump to navigation Jump to search
 
m
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, 9 June 2005

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)