This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
example:merge [2016/08/29 09:53] phil [Merging Models] |
example:merge [2016/08/29 09:56] (current) phil [Merge Soil] |
||
---|---|---|---|
Line 28: | Line 28: | ||
==== Merge Soil ==== | ==== Merge Soil ==== | ||
<code> | <code> | ||
- | * Code to merge an excavation to the soil. | + | * Code to merge an excavation to the structure. |
Actm,1 | Actm,1 | ||
Inp,struct.pre | Inp,struct.pre | ||
Line 38: | Line 38: | ||
etypegen,2 | etypegen,2 | ||
Actm,3 | Actm,3 | ||
- | MergeSoil,1,2,1,mappingfile.txt | + | MergeSoil,1,2,1,,,,mappingfile.txt |
</code> | </code> | ||
- | **Notes:** example uses [[com:INP]] to disambiguate which model is structural and which is Excavation. It is important to set ground elevation before merge so the command can weld the models external interface nodes properly. | + | **Notes:** example uses [[com:INP]] to disambiguate which model is structural and which is excavation. It is important to set ground elevation before merge so the command can weld the models external interface nodes properly. |