Files
cadSet/SimpleCADAPI/docs/api/and_.md
T
2026-07-22 19:38:36 +08:00

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.