molsysviewer.MolSysView.append_structures#
- MolSysView.append_structures(from_molecular_system, *, selection='all', structure_indices='all', syntax='MolSysMT')[source]#
Append structures (frames) to the loaded system and refresh the viewer (live).
Notes
This method mutates the molecular system behind this view and then reloads the frontend payload. It aims to preserve regions, layers, visibility, and shapes.
- Parameters:
from_molecular_system (Any)
selection (str | Any)
structure_indices (str | Any)
syntax (str)
- Return type:
None