first commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user