OOF2: The Manual

Name

OOF.LoadData.Mesh.CrossSection — Load a Cross Section. Used internally in Mesh data files.

Synopsis

OOF.LoadData.Mesh.CrossSection(mesh,name,cs)

Details

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

    mesh
    Type: The path to an existing Mesh object.
    name
    Name of the cross section. Type: A character string.
    cs
    Type: An object of the MeshCrossSection class.

Description

Load a cross section.