Workspace 6.21.5
|
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.
Inputs: | |||
---|---|---|---|
Accumulate on first model | bool | Accumulation is performed by adding model data to the first index of the Mesh model input. | |
Accumulate across iterations | bool | Accumulates 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 model | Array Modified-in-place | CSIRO::Mesh::MeshModelInterface | |
Reset accumulation | Array | CSIRO::DataExecution::Dependency | Toggle this input to reset model accumulation. |
Outputs: | |||
Mesh model | CSIRO::Mesh::MeshModelInterface |