📄️ Tutorial 1: Reading the Model
Learn to use FilteredElementCollector to find and count elements in your Revit model.
📄️ Tutorial 2: Parameters Deep Dive
Learn to read element parameters, understand storage types, and handle Revit's internal units.
📄️ Tutorial 3: Conditional Logic & Filters
Learn to make decisions in your code with if/else statements and filter collections.
📄️ Tutorial 4: Bulk Parameter Updates
Learn to modify parameters across multiple elements in a single transaction.
📄️ Tutorial 5: Types vs Instances
Understand the fundamental Revit data model: the relationship between Element Types and Instances.