Search
| Specifies the search string. |
Property | Specifies the property or meta-property to search for. |
Operator | Symbol | Meaning |
---|
= | Equal to | ≠ | Not equal to | < | Less than | ≤ | Less than or equal to | > | Greater than | ≥ | Greater than or equal to | ≡ | Equal to (Case sensitive) |

| Not equal to (Case sensitive) | contains | Contains the specified substring | wildcard expr. | The search string is a wildcard expression. The wildcard character (*) matches any string. For example, *PN65* searches for any string containing "PN65". | reg. expr. | The search string is a regular expression. For more information about regular expressions, see Reference Information: Regular Expression Syntax . | Is used | This operator is usable on any type of property. It checks that the property is available on an actor. Can be used to find all actors containing certain meta-properties. | Specifies the search scope: |
Apply to | Specifies the search scope: -
Visible actors - Searches visible
geometry actors only.
-
Selection - Searches the selected actors.
-
All actors - Searches all actors in the open document.
|
Include | Specifies what kind of actors to include in the search: -
All Actors - Searches geometry and collaborative actors.
-
Collaborative Actors - Searches collaborative actors only.
-
Geometry Actors - Searches geometry actors only.
Note:
If collaborative actors are found with the Assembly pane as the active pane (All Actors or Collaborative Actors selected), the Assembly pane will remain active. The same is true if geometry actors are found with the Collaboration pane as the active pane (All Actors or Geometry Actors selected).
|
Match case | Sets filter parameters as case sensitive. |
Ignore nodes | Excludes assembly groups from the search. |
Ignore leaves | Excludes parts (geometries) from the search. |