OOF2: The Manual

Name

OOF.Mesh.Cross_Section.Rename — Rename a cross section on a mesh.

Synopsis

OOF.Mesh.Cross_Section.Rename(mesh,cross_section,name)

Details

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

    mesh
    Type: The path to an existing Mesh object.
    cross_section
    Cross section to rename. Type: A character string.
    name
    New name for the cross section. Type: A character string.

Description

Assign a new name to a cross section.