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 value
automatic.
Description
Copy the given Scheduled
Output from mesh to targetmesh.
The ScheduledOutput, and its Schedule, ScheduleType, and OutputDestination will all be copied.
The target can be the same as the source. 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.



