Use the SelectionFilter command to filter entities for selection.
You can
After you select entities based on the filter, modify the entities using the modification commands or the Properties palette.
Note: The command does not create a selection set. It defines criteria to apply on a selection set.
To create and apply selection filters:
In the dialog box:
Use logical operators to group filter expressions.
The dialog box closes temporarily until you select a drawing entity to add to the filter list.
The selection filter is now active.
Note: At this point no selection set is created. Unlike the SmartSelect command, it defines criteria to apply on a selection set. It is important to continue with the next step.
You can use any of the entity selection methods.
The command uses the preselection (step 10). It does not prompt to specify entities.
To reapply selection filters with the next modification command:
You can apply selection filters as transparent command by typing 'SelectionFilter at the "Specify entities" prompt of modification commands.
To use selection filters transparently:
You can save selection filters under a name and reapply the named filters.
Selection filters are stored in the user's profile, not in the drawing and you can apply them on your computer.
You can store several saved selection filters into a.flt file to use them on another computer or to exchange selection filters with your colleagues. See Exporting and Importing Named Selection Filters.
Note: Selection filters parameters that do not match property settings within the current drawing (such as Layer name specifications) are ignored when applying the filter.
To save named selection filters:
The selection filter name appears in the Named filter, select a saved filter.
The selection filter name appears in the Named filter list.
To apply saved selection filters:
To delete named selection filters:
You can use FLT files to exchange named selection filters with your colleagues.
Use export and import features from the Selection Filter dialog box to:
To export named selection filters:
Click Clear all to cancel the selections or Select all to select all named filters.
To import selection filter files:
The Selection Filter - Import dialog box displays the named filters available in the selected .flt file.
Click Clear all to cancel the selections or Select all to select all named filters.
All selected named filters apear in the Named filter list, in the Selection Filter dialog box.
Note: Selection filters from the .flt file that have the same name as exiting filters on your computer are not imported.
Operator | Description | Examples |
---|---|---|
* | Equal to any value | All Circles without any restriction |
= | Equal | All Circles with radius=2.54 |
!= | Unequal | All Circles with radius other than 2.54 |
> | Greater than | All Circles with radius greater than 2.54 |
>= | Greater than or equal to | All Circles with radius greater than or equal to 2.54 |
< | Lower than | All Circles with radius less than 2.54 |
<= | Lower than or equal to | All Circles with radius less than or equal to 2.54 |
Operator | Description | Examples |
---|---|---|
AND | Filter items that meet all criteria (can enclose one or more criteria) | All Circles on Layer "Screws" |
OR | Filter items that meet any of the criteria (can enclose one or more criteria) | All Circles and all entities on Layer "Screws" |
NOT | Filter items that do not meet the criteria (must enclose only one criterion) | All entities on Layer "Screws" that are not Circles (if applied to the Circle entity type criterion) |
XOR | Filter items that meet one or the other criteria, but not both (must enclose two criteria) | All Circles not on Layer "Screws" and all entities on Layer "Screws" that are not Circles |
The following examples show the filter list contents.
All Circles with a radius greater than 2.54 drawing units:
AND
Circle
Radius > 2.54
All Circles and all entities on Layer "Screws":
OR
Circle
Layer "Screws"
Access
Command: SelectionFilter
Menu: Tools > Selection Filter
Related Topics
Applying Entity Selection Methods
Parent Topic