first commit

This commit is contained in:
2026-07-22 13:48:46 +08:00
commit c87751c3dc
2820 changed files with 726976 additions and 0 deletions
+17
View File
@@ -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.