Skip to main content

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.

ParameterTypeDescription
...filtersFaceFilter | EdgeFilter[]One or more filter builders to match against (optional)