Skip to content
Snippets Groups Projects
Verified Commit 2b504a9a authored by Xavier Robin's avatar Xavier Robin
Browse files

doc: show how to create a buffered XCS editor

parent de1e36ba
Branches
Tags
No related merge requests found
......@@ -44,8 +44,12 @@ The basic functionality of editors is implemented in the EditorBase class.
.. note::
To use the editing functions available in :class:`EditorBase`, it is
recommended to use the external coordinate system :class:`XCSEditor` for
performance reasons.
recommended to use the external coordinate system :class:`XCSEditor` with
buffering for performance reasons:
.. code-block:: python
editor = entity.EditXCS(ost.mol.EditMode.BUFFERED_EDIT)
.. class:: EditorBase
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment