Get Symmetry: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
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 13: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)