Workspace 6.21.5
MergeModels

Merges two MeshModels together, combining all of their nodes, elements and state data in a single MeshModelInterface. Optionally, the operation can be used in an interative way (inside a loop), accumulating model data with each iteration.

  • Default label: "Merge models"
  • Member of plug-in: Mesh
  • Catalogue path: Mesh
Inputs:
Accumulate on first modelboolAccumulation is performed by adding model data to the first index of the Mesh model input.
Accumulate across iterationsboolAccumulates model data, starting with an empty model and combining each iteration with the previous. All models attached to the Mesh model input are merged with each iteration.
Mesh modelArray Modified-in-placeCSIRO::Mesh::MeshModelInterface

Reset accumulationArrayCSIRO::DataExecution::Dependency

Toggle this input to reset model accumulation.

Outputs:
Mesh modelCSIRO::Mesh::MeshModelInterface