Indicate: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
===DESCRIPTION===
'''indicate''' shows a visual representation of an atom selection.
 
  "indicate" shows a visual representation of an atom selection.
The image on the left has nothing indicated. The image on the right has the helices "indicated," which PyMOL represents as small red dots.
   
<gallery heights="200px" widths="200px">
Image:ind0.png
Image:ind1.png
</gallery>
 
===USAGE===
===USAGE===
<source lang="python">
  indicate (selection)
indicate (selection)
</source>
 
===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]]

Latest revision as of 13:38, 17 November 2009

indicate shows a visual representation of an atom selection.

The image on the left has nothing indicated. The image on the right has the helices "indicated," which PyMOL represents as small red dots.

USAGE

indicate (selection)

PYMOL API

cmd.count(string selection)