Workspace 7.0.2
|
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 interactive 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 first non-empty item in the Mesh model inputs, considered in the order "Mesh model", "Mesh model arrays", "Mesh model". | |
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. | |
Reset accumulation | Array | CSIRO::DataExecution::Dependency | Toggle this input to reset model accumulation. |
Mesh model | Array | CSIRO::Mesh::MeshModelInterface | |
Mesh model arrays | Array | CSIRO::DataExecution::ObjectArray | |
Mesh model dicts | Array | CSIRO::DataExecution::ObjectDictionary | |
Outputs: | |||
Mesh model | CSIRO::Mesh::MeshModelInterface |