Revit Utils Extensions

Replace verbose Autodesk Revit *Utils static calls, static managers, and hand-written enum/id conversions with Nice3point.Revit.Extensions fluent extensions. USE FOR: any call to a SomeUtils.Operation(…) or any other static Revit API helper, any conversion or formatting of a Revit value, and any iteration of a Revit array, set, or map. DO NOT USE FOR: querying the model for elements (use revit-element-collector), or reading and writing element parameters (use revit-element-and-parameter-access).

nice3point 099ebed 8 files · 35.1 KB Updated

File contents

nice3point/revit-skills/tree/main/plugins/revit-api/skills/revit-utils-extensions commit 099ebed781

Frequently asked questions

npx skillmds@latest add nice3point/revit-utils-extensions