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 oof2.engine.IO.meshmenu
-
Threadability:
Threadable
-
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, and reinitialize the Fields. If a
Field is not defined in the target Mesh, its initializer will
not be copied.