|
Command Help |
Command Name |
Menu |
Quick Key |
Link to Command Table |
filter-wireframe-triangles |
Format ribbon | Filter | Wireframes |
fwt |
Description
Filter all visible wireframe overlays.
Note that this command is identical to filter-wireframes, and is maintained only for legacy automation purposes.
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-strings ‘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 |