Convert to Grid
Seam Block Model file
Specify a Seam Block Model file as the input file. Seam block models use variable-height blocks, which are not limited to a set sub-blocking interval. Seam splits, plies and partings are easily defined.
East, North and Z fields
Specify the East, North and Z coordinate fields in the input file. The function uses these fields to define the block centres.
Material field
Double-click (F3) to select the name of the Material field. The Material field is compulsory and typically contains Seam (and Interburden) names.
Exclude Waste
Waste can be excluded from the report by selecting the Exclude Waste check box (or by setting an appropriate filter).
Define waste
Define
Although regular expressions can be both complex and powerful, a couple of simple suggestions should provide an easy way to define waste codes. The first thing to understand is that the Regular Expression must match the complete code, not just a part of it. There are 3 characters and quantifiers that will allow matching of most waste codes. They are:
Character | Description | Pattern | Possible Matches |
---|---|---|---|
. | Matches any single character | .B | IB or OB |
* | Matches previous element zero or more times | .*IB | AT01_IB or FC22_IB |
| | Matches any element separated by pipe (|) | OB|.*IB | OB or AT01_IB or FC22_IB |
Some examples:
Waste Codes | Patterns that match |
---|---|
OB, AE_IB, FJ_IB, KL_IB | OB|AE_IB|FJ_IB|KL_IB |
OB|.*_IB | |
.*B | |
OB, PT_AE, PT_FJ, PT_KL | OB|PT.* |
Forms
Click the Forms button to select and open a saved form set, or if a form set has been loaded, save the current form set.