Revit Code Style

Structure Autodesk Revit API code — API boundaries, document and transaction ownership, thread affinity, and converting Revit objects to plain models. USE FOR: structuring Revit API code — where Revit types may live, who opens and closes a document, how to scope a transaction, thread affinity, and converting Revit objects before they cross a service or process boundary. DO NOT USE FOR: the mechanics of individual model operations (querying, parameter read/write, *Utils wrappers), which have their own focused skills — apply this to the structure around them.

nice3point bee63bf 3.1 KB Updated

File contents

nice3point/revit-skills/tree/main/plugins/revit-api/skills/revit-code-style commit bee63bf5a7

Frequently asked questions

npx skillmds@latest add nice3point/revit-code-style