This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
com:merge [2016/05/10 13:25] phil |
com:merge [2016/10/21 12:35] (current) phil |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== MERGE Command ====== | ====== MERGE Command ====== | ||
- | MERGE,<Mdl1>,<Mdl2>,<X>,<Y>,<Z> | + | MERGE,<Mdl1>,<Mdl2>,[X],[Y],[Z] |
- | Merges two models in memory and stores the resulting model in the current active model. In the resulting merged model, the <Mdl1> model will have all the same nodes, elements, etc. , while the <Mdl2> data will be appended to <Mdl1> data with proper renumbering and offsets. The <X>, <Y>, and <Z> arguments allow the user to move the Mdl2 nodes with a constant offset so <mdl2> can be repositioned in relation to <mdl1>. If the models need to be rotated use the [[com:ROTATE]] command prior to merging the models. See the [[example::merge]] example for an application of this command. | + | Merges two models in memory and stores the resulting model in the current active model. In the resulting merged model, the <Mdl1> model will have all the same nodes, elements, etc. , while the <Mdl2> data will be appended to <Mdl1> data with proper renumbering and offsets. The X, Y, and Z arguments allow the user to move the Mdl2 nodes with a constant offset so mdl2 can be repositioned in relation to mdl1. If the models need to be rotated use the [[com:ROTATE]] command prior to merging the models. See the [[example::merge]] example for an application of this command. |
* Mdl1 – Model Number 1 to be combined | * Mdl1 – Model Number 1 to be combined | ||
* Mdl2 - Model Number 2 to be combined | * Mdl2 - Model Number 2 to be combined | ||
- | * X – X offset for the second models nodes | + | * X – X offset for the second models nodes (default = 0) |
- | * Y - Y offset for the second models nodes | + | * Y - Y offset for the second models nodes (default = 0) |
- | * Z - Z offset for the second models nodes | + | * Z - Z offset for the second models nodes (default = 0) |