Name
OOF.Mesh.Copy_Equation_State — Copy the set of active Equations from one Mesh to another.
Synopsis
OOF.Mesh.Copy_Equation_State(source,target)
Details
- Parent Menu: OOF.Mesh
-
Callback: function
_copyEquationState 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
This command copies the Equation state from one Mesh to
another, meaning that the same Equations will be active in the
target Mesh as in the
source Mesh.