18 lines
266 B
Markdown
18 lines
266 B
Markdown
# or_
|
|
|
|
## API Definition
|
|
|
|
```python
|
|
def or_(*predicates: Predicate) -> Predicate
|
|
```
|
|
|
|
*Source: ql.py*
|
|
|
|
## Import Surface
|
|
|
|
- submodule: `from simplecadapi.ql import or_` or `simplecadapi.ql.or_`
|
|
|
|
## Description
|
|
|
|
Combine predicates so at least one of them must match.
|