OOF2: The Manual

Name

OOF.Material.Rename — Rename a Material.

Synopsis

OOF.Material.Rename(material,name)

Details

  • Parent Menu: OOF.Material
  • Callback: function _renamematerial in module ooflib.engine.IO.materialmenu
  • Parameters:

    material
    Old name of the material. Type: A character string.
    name
    New name for the material. Type: A character string, or the variable automatic.

Description

Rename the indicated Material. It will remain present in any Microstructures in which it occurs, but will get a new name.