OOF2: The Manual

Name

OOF.LoadData.Mesh.Cache_Fields — Store Field values in the Mesh's cache.

Synopsis

OOF.LoadData.Mesh.Cache_Fields(mesh, time)

Details

  • Parent Menu: OOF.LoadData.Mesh
  • Callback: function _cacheFields in module ooflib.engine.IO.meshIO
  • Parameters:

    mesh
    Type: The path to an existing Mesh object.
    time
    Type: A real number.

Description

Store the current Field values in the data cache. This command is used internally in data files not invoked directly by the OOF2 user interface.

Cached fields are stored in a data file as a series of OOF.LoadData.Mesh.Load_Field commands followed by a call to Cache_Fields, which moves the data into the cache.