get_elements
Retrieve Revit elements from the active model by category name, with an optional limit (default 100).
Instructions
Get elements from the active Revit model by category name.
Args: category: Revit category name, e.g. 'Walls', 'Doors', 'Rooms', 'Floors'. limit: Maximum number of elements to return (default 100).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| category | Yes |