select()
Selects faces or edges matching the given filters.
Returns: Select
tip
See the guide for detailed usage examples.
Signatures
select(...filters: FaceFilter | EdgeFilter[]): Select
Selects faces or edges matching the given filters.
| Parameter | Type | Description |
|---|---|---|
...filters | FaceFilter | EdgeFilter[] | One or more filter builders to match against (optional) |