Name
OOF.Mesh.Copy_Field_Initializers — Copy all of the relevant Field initializers from one Mesh to another.
Synopsis
OOF.Mesh.Copy_Field_Initializers(source,target)
Details
- Parent Menu: OOF.Mesh
-
Callback: function
_copyFieldInits in module ooflib.engine.IO.meshmenu
-
Parameters:
source
- Type: The path to an existing
Mesh object.
target
- Type: The path to an existing
Mesh object.
Description
Copy all of the Field initialization functions from the source
Mesh to the target Mesh. This does not actually
initialize the Fields in the target Mesh. If a Field is not
defined in the target Mesh, its initializer will not be copied.