Revit Element Collector

Query the Revit model with the Nice3point.Revit.Extensions fluent FilteredElementCollector wrappers; filter with Revit's parameter filters, not by loading elements and filtering with LINQ. USE FOR: writing or reviewing element queries that filter by class, category, or parameter value and return the first match, a count, or the full set. DO NOT USE FOR: reading or setting parameters on an element already in hand (use revit-element-and-parameter-access).

nice3point ace9163 5.8 KB Updated

File contents

nice3point/revit-skills/tree/main/plugins/revit-api/skills/revit-element-collector commit ace91633d7

Frequently asked questions

npx skillmds@latest add nice3point/revit-element-collector