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

18 lines
236 B
Markdown

# not_
## API Definition
```python
def not_(predicate: Predicate) -> Predicate
```
*Source: ql.py*
## Import Surface
- submodule: `from simplecadapi.ql import not_` or `simplecadapi.ql.not_`
## Description
Negate a QL predicate.