Skip to content

Commit

Permalink
Update expressions.rst (#655)
Browse files Browse the repository at this point in the history
  • Loading branch information
srpyprime authored Nov 27, 2023
1 parent 7f0f8d1 commit 3e27a72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/user_guide/expressions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ can be used within a string as follows:
* ``abc\*`` collects all required entities with a name starting with abc.
* ``\*abc`` collects all required entities with a name ending with abc.
* ``\*abc*`` collects all required entities with a name containing abc.
* ``!abc\*`` collects all required entities with a name that is not starting with ab.
* ``\*abc,\*xyz`` ``\*abc \*xyz`` collects all required entities with a name ending with abc or xyz. A comma or a space represents ```OR``.
* ``!abc\*`` collects all required entities with a name that is not starting with abc.
* ``\*abc,\*xyz`` ``\*abc \*xyz`` collects all required entities with a name ending with abc or xyz. A comma or a space represents ``OR``.

The following example uses expressions in the :class:`ScopeDefinition <ansys.meshing.prime.ScopeDefinition>`
class. The :attr:`part_expression <ansys.meshing.prime.ScopeDefinition.part_expression>` parameter
Expand Down

0 comments on commit 3e27a72

Please sign in to comment.