BMERGE
This will copy the contents of a block model into a larger model.
Note: The schemas of the models must align. They must have same parent block sizes and sub-schema sizes, the alignment of the parent blocks must differ by a multiple of the parent block size, and the block models must share the same origin.
Usage:
bmerge merged_blockmodel.bmf in_blockmodel.bmf_1 in_blockmodel.bmf_2 [more block models] |
Where:
Option |
Description |
---|---|
merged_blockmodel.bmf |
The name of the finished block model after it has been merged. |
in_blockmodel.bmf_1 |
First block model to add. Note: The order that the block models are listed does not matter. |
in_blockmodel.bmf_2 |
Second block model to add. |
[more block models] |
Any additional block model to add. |
Example:
bmerge resulting_blockmodel.bmf partA_blockmodel.bmf partB_blockmodel.bmf