OOF2: The Manual

Name

OOF.Mesh.Cross_Section.Remove — Delete a cross section from a mesh.

Synopsis

OOF.Mesh.Cross_Section.Remove(mesh,name)

Details

  • Parent Menu: OOF.Mesh.Cross_Section
  • Callback: function _delCS in module ooflib.engine.IO.meshmenu
  • Parameters:

    mesh
    Type: The path to an existing Mesh object.
    name
    Cross section to remove. Type: A character string.

Description

Delete the cross section named name from the Mesh named mesh.