get_current_view_elements
Retrieve elements from the active Revit view by filtering model or annotation categories. Optionally include hidden elements or limit results for efficient data extraction.
Instructions
Get elements from the current active view in Revit. You can filter by model categories (like Walls, Floors) or annotation categories (like Dimensions, Text). Use includeHidden to show/hide invisible elements and limit to control the number of returned elements.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
annotationCategoryList | No | List of Revit annotation category names (e.g., 'OST_Dimensions', 'OST_WallTags', 'OST_TextNotes') | |
includeHidden | No | Whether to include hidden elements in the results | |
limit | No | Maximum number of elements to return | |
modelCategoryList | No | List of Revit model category names (e.g., 'OST_Walls', 'OST_Doors', 'OST_Floors') |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from Revit MCP
Related Tools
- @revit-mcp/revit-mcp
- @revit-mcp/revit-mcp
- @ZedMoster/revit-mcp
- @ZedMoster/revit-mcp
- @ZedMoster/revit-mcp
- @revit-mcp/revit-mcp