@@ -198,7 +198,7 @@ class ParallelDirSelector(BaseDirSelector):
198
198
Linear Edges
199
199
Planar Faces
200
200
201
- Use the string syntax shortcut |(X|Y|Z) if you want to select based on a cardinal direction.
201
+ Use the string syntax shortcut \ |(X|Y|Z) if you want to select based on a cardinal direction.
202
202
203
203
Example::
204
204
@@ -679,7 +679,7 @@ def _getVector(self, pr):
679
679
def filter (self , objectList ):
680
680
r"""
681
681
selects minimum, maximum, positive or negative values relative to a direction
682
- [+|-|<|>|] <X|Y|Z>
682
+ `` [+|-|<|>|] <X|Y|Z>``
683
683
"""
684
684
return self .mySelector .filter (objectList )
685
685
@@ -753,7 +753,7 @@ class StringSyntaxSelector(Selector):
753
753
754
754
***Modfiers*** are ``('|','+','-','<','>','%')``
755
755
756
- :|:
756
+ :\ |:
757
757
parallel to ( same as :py:class:`ParallelDirSelector` ). Can return multiple objects.
758
758
:#:
759
759
perpendicular to (same as :py:class:`PerpendicularDirSelector` )
@@ -776,11 +776,11 @@ class StringSyntaxSelector(Selector):
776
776
:and:
777
777
Logical AND, e.g. >X and >Y
778
778
:or:
779
- Logical OR, e.g. |X or |Y
779
+ Logical OR, e.g. \ |X or \ |Y
780
780
:not:
781
781
Logical NOT, e.g. not #XY
782
782
:exc(ept):
783
- Set difference (equivalent to AND NOT): |X exc >Z
783
+ Set difference (equivalent to AND NOT): \ |X exc >Z
784
784
785
785
Finally, it is also possible to use even more complex expressions with nesting
786
786
and arbitrary number of terms, e.g.
0 commit comments