18 lines
236 B
Markdown
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.
|