Skip to content

Commit

Permalink
remove part of setSelection docs that's no longer true
Browse files Browse the repository at this point in the history
  • Loading branch information
biasmv committed Jul 21, 2015
1 parent c3a3cec commit 1341870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/scene.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The displaying of molecules is handled by :class:`pv.BaseGeom`, and subclasses.
.. function:: pv.BaseGeom.setSelection(selection)
pv.BaseGeom.selection()

Get/set selection of the render geometry, e.g. the part of the structure that is drawn as selected. The viewer draws a halo around the selected parts of the structure using the current highlight color. Outline rendering must be turned on for selection highlights to be drawn around the selected parts.
Get/set selection of the render geometry, e.g. the part of the structure that is drawn as selected. The viewer draws a halo around the selected parts of the structure using the current highlight color.

:param selection: the subset of the structure to be selected/highlighted.

Expand Down

0 comments on commit 1341870

Please sign in to comment.