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
_cacheFieldsin moduleooflib.engine.IO.meshIO -
Parameters:
mesh- Type: The path to an existing
Meshobject. 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.



