OOF2: The Manual
Name
OOF.File.Save.Microstructure — Save a Microstructure in a file.
Synopsis
OOF.File.Save.Microstructure(filename,mode,format,microstructure)
Details
- Parent Menu: OOF.File.Save
-
Callback: function
saveMicrostructurein moduleoof2.common.IO.microstructuremenu -
Threadability:
Threadable -
Options:
disabled=1 -
Parameters:
filename- Name of the file. Type: A character string.
mode- 'w' to (over)write and 'a' to append. Type: A character string.
format- File format. Type: An object from the
DataFileFormatenumerated class. microstructure- Type: The path to an existing
Microstructureobject.
Description
Store a Microstructure in a file in one of several formats.
The file can be reloaded by OOF.File.Load.Script or OOF.File.Load.Data, depending on the file
format.
/* OOF home */ /* OOF2 home */ /* Send mail to the OOF Team */




