Objective:
Learn how to collect elements from the Revit model using FilteredElementCollector and filter them by category, class, and built-in categories.
1. Introduction
2. Setup – Import References and Document
3. Using FilteredElementCollector to Get All Walls
4. Using BuiltInCategory to Filter by Category
5. Exploring Other Filters – Get All Levels
6. Output Element IDs and Names
Revit API Docs:
https://www.revitapidocs.com/2024/
Revit LookUp:
https://github.com/lookup-foundation/...
Ad-hoc Python examples inside Dynamo and other useful workflows using Dynamo and external plugins:
/ @atelierpayamfahemi