OOF2: The Manual
Name
OOF.Mesh.Scheduled_Output.Copy — Copy an output operation and its schedule and destination.
Synopsis
OOF.Mesh.Scheduled_Output.Copy(mesh,source,targetmesh,copy)
Details
- Parent Menu: OOF.Mesh.Scheduled_Output
-
Callback: function
_copyOutputin moduleooflib.engine.IO.scheduledoutputmenu -
Parameters:
mesh- Mesh containing the output to be copied. Type: The path to an existing
Meshobject. source- The name of the output to be copied. Type: A character string.
targetmesh- The mesh to which the output should be copied. Type: The path to an existing
Meshobject. copy- The name to be given to the copied output. Type: A character string, or the variable
automatic.
Description
Copy the given Scheduled
Output, including its ScheduledOutput, Schedule, ScheduleType, and OutputDestination. The
targetmesh can be the same as the source Mesh.
If a ScheduledOutput with the same
name already exists in the target Mesh, a new name will be created
by appending <x>, where
x is an integer.



