|
Command Help |
Command Name |
Menu |
Quick Key |
Link to Command Table |
filter-points |
fp |
Description
Filter all visible points overlays.
How to Use
-
Run the command.
-
In the Expression Builder dialog, define and check the filter Expression.
-
Click OK.
|
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-points ‘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 |