OOF2: The Manual

Name

OOF.LoadData.Mesh.Scheduled_Output.Destination — Assign a destination to an output operation.

Synopsis

OOF.LoadData.Mesh.Scheduled_Output.Destination(mesh, output, destination)

Details

  • Parent Menu: OOF.LoadData.Mesh.Scheduled_Output
  • Callback: function _setDestination in module ooflib.engine.IO.scheduledoutputmenu
  • Parameters:

    mesh
    Type: The path to an existing Mesh object.
    output
    Name of the output. Type: A character string.
    destination
    Where the output should go. Type: An object of the OutputDestination class.

Description

This is a version of OOF.Mesh.Scheduled_Output.Destination.Set that is used internally in data files. It is not invoked directly by the OOF2 user interface.