OOF2: The Manual

Name

OOF.LoadData.NamedBdyAnalysis — Create a named boundary analysis. Used internally in data files.

Synopsis

OOF.LoadData.NamedBdyAnalysis(name, boundary, analyzer)

Details

  • Parent Menu: OOF.LoadData
  • Callback: function _nameAnalysis in module ooflib.engine.IO.meshbdymenu
  • Parameters:

    name
    Type: A character string.
    boundary
    The boundary to analyze. Type: The name of an edge boundary in a mesh.
    analyzer
    Operation to perform on the boundary. Type: An object of the MeshBdyAnalyzer class.

Description

Create a named boundary analysis. This is a version of OOF.Mesh.Boundary_Analysis.Create that is used internally in data files. It is not invoked directly by the OOF2 user interface.