filter-drillholes
Command Name |
Menu |
Quick Key |
Link to Command Table |
filter-drillholes |
Command line only |
fdh |
Description
Filter all visible drillholes overlays.
How to use
-
Run the command.
-
In the Expression Builder dialog, define and check the filter Expression.
-
Click OK.
This command makes it possible to display and work with different drillhole samples using a filter expression. The filter will be used whenever the drillholes samples are used. Existing filters can be removed by selecting this command but not specifying any filters. Then use the redraw-display command to display all the data. A drillhole file must be open before filters may be applied. For more information on filtering data, click here. |
The field 'FILENAME' is created automatically for drillholes by the system when reading drillhole files. This is a particularly useful field when filtering. All new or modified drillhole records will have FILENAME set to ' ' (blank spaces). Note that FILENAME is up to 24 characters long and is stored using the DATAMINE file convention, i.e. UPPERCASE with an optional dot to delimit any suffix. |
Complex Filter Expressions and Scripting
You can emulate the
effect of multiple-line filter expressions in scripts by joining expression
parameters with "AND". For example, the following scripted
command
Dm.parseCommand(“filter-drillholes ‘AU > 0.5 AND’ ‘M4DDESC =2’ ‘’);
Represents the following expression filter:
AU > 0.5 AND
M4DDESC = 2
Note the third parameter (empty single quotes). This is used to indicate
that no further expressions will be specified.
|
Related Topics |
|
filter-strings |