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