Difference between revisions of "Indicate"

From PyMOLWiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
===DESCRIPTION===
 
===DESCRIPTION===
+
'''indicate''' shows a visual representation of an atom selection.
  "indicate" shows a visual representation of an atom selection.
+
 
 
 
===USAGE===
 
===USAGE===
   
+
  indicate (selection)
  indicate (selection)
+
 
 
 
===PYMOL API===
 
===PYMOL API===
<source lang="python">  
+
<source lang="python">
  cmd.count(string selection)  
+
cmd.count(string selection)  
</source>
+
</source>
  
 
[[Category:Commands|indicate]]
 
[[Category:Commands|indicate]]

Revision as of 23:27, 2 June 2005

DESCRIPTION

indicate shows a visual representation of an atom selection.

USAGE

indicate (selection)

PYMOL API

cmd.count(string selection)