OOF2: The Manual

Name

OOF.LoadData.Mesh.AssignMaterial — Load explicitly assigned Materials into a Mesh

Synopsis

OOF.LoadData.Mesh.AssignMaterial(mesh,elements,material)

Details

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

    mesh
    Type: The path to an existing Mesh object.
    elements
    Indices of the elements Type: A list of integers.
    material
    Material to assign to the elements Type: A character string.

Description

Explicitly assign a Material to Elements in a saved Mesh. See ???.