search_elements
Find IFC building elements by filtering on type, name substring, property set, and property values. Pagination supports large models.
Instructions
Search elements with optional filters: IFC type, name substring, pset_name (must own this pset), property_name/property_value (property within that pset or any pset). Supports pagination via limit/offset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| ifc_type | No | ||
| model_id | Yes | ||
| pset_name | No | ||
| name_contains | No | ||
| property_name | No | ||
| property_value | No |