| |
 |  |  |  | Command |  | Argument |
 | Datatype |  | Default |  | Min |  | Max |  |
 |  | Format: |  | SaveSce | | Filename
= Scene filename |  | STRING |
 | - |
 | - |  | - |  |
 |  | Python: |  | SaveSce(filename) |
 |  |  | Menu: |  | File > Save as > Complete scene |  |  |
 | Related: |
 | SaveMacro
, SavePDB, SaveYOb
, Save*, LoadSce
|  |  |
 | Required: |  |  |  |
 |
The SaveSce
command saves the entire scene in a flat binary file that can be rapidly processed by YASARA,
is 50% smaller than a comparable PDB file and contains specific features like labels or arrows
that cannot be stored in normal PDB files. To save a scene,
all the objects must reside in their own local coordinate systems,
which is not the case during a simulation. It is thus not possible to save a scene while a simulation is running,
use SaveSim or SaveXTC
instead. If you additionally want to save images, simulation parameters or the properties of the YASARA window,
look at the SaveMacro command.
Example:
SaveSce MyScene
Save the entire scene as sce/MyScene.sce (or just MyScene.sce if subdirectory sce is not present).
|