OOF2: The Manual
Name
OOF.Mesh.Boundary_Analysis.SaveAnalysisDefs — Save the definitions of named boundary analysis operations in a file.
Synopsis
OOF.Mesh.Boundary_Analysis.SaveAnalysisDefs(filename,mode,format,names)
Details
- Parent Menu: OOF.Mesh.Boundary_Analysis
-
Callback: function
_saveAnalysisin moduleooflib.engine.IO.meshbdymenu -
Parameters:
filename- Name of the file. Type: A character string.
mode- 'w' to (over)write, 'a' to append. Type: An object from the
WriteModeenumerated class. format- Format of the file. Type: An object from the
DataFileFormatenumerated class. names- Names of the analyses to be saved. Type: A list of character strings.
Description
Save the definitions of the given Named Analyses to a file. The analysis objects must have been created by OOF.Mesh.Boundary_Analysis.Create.
In the GUI, this command is invoked by choosing Save from the Create/Delete/etc… pop-up menu in the Named Analyses pane in the Boundary Analysis page.



