 |  |  |  | Command |  | Argument |
 | Datatype |  | Default |  | Min |  | Max |  |
 |  | Format: |  | LoadSce | | Filename
= Scene filename, |  | STRING |
 | - |
 | - |  | - |  |
 | |  | | | Settings
= Yes | No |  | STRING |
 | No |
 | - |  | - |  |
 |  | Python: |  | LoadSce(filename,settings=None) |  |
 |  | Menu: |  | File > Load > Complete scene |  |  |
 | Related: |
 | LoadPDB
, LoadYOb, Load*
, SaveSce |  |  |  | Required: |
 |  |
 |  |
The LoadSce
command loads an entire scene that has been saved before with
SaveSce. The scene contains all the objects, as well as general visualization settings like
background color that will overwrite the current ones if the
Settings parameter is set to 'Yes'. Note that
images do not belong to the scene and must therefore be loaded separately.
The same is true for simulation parameters, which are also not affected by
LoadSce. You can create a macro
to also restore those.
Example 1:
LoadSce ribosome
Load the scene file ribosome, ribosome.sce or sce/ribosome.sce.
Example 2:
LoadSce ribosome,Settings=Yes
As above, but include all style settings (background colors,
lightsource, radii of balls and sticks etc.).
|