Files
2026-07-22 19:38:36 +08:00

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.