first commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# select
|
||||
|
||||
## API Definition
|
||||
|
||||
```python
|
||||
def select(items: Iterable[Any]) -> Query
|
||||
```
|
||||
|
||||
*Source: ql.py*
|
||||
|
||||
## Import Surface
|
||||
|
||||
- submodule: `from simplecadapi.ql import select` or `simplecadapi.ql.select`
|
||||
|
||||
## Description
|
||||
|
||||
Start a QL query over a shape collection or selector scope.
|
||||
Reference in New Issue
Block a user