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