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