|
Command Help |
Command Name |
Menu |
Quick Key |
Link to Command Table |
filter-model-file |
fm |
Description
Filter all visible block model 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-model-file ‘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 |