Revit Extensions Authoring

Add a fluent extension to Nice3point.Revit.Extensions with C# 14 extension(Type){} blocks that wrap the raw Revit API for readability and chaining. USE FOR: authoring a new extension method or property over a Revit type, utility, or manager; choosing the receiver type and adding the ElementId sibling overload; naming, attributes, namespace placement, and version gating for a new extension. DO NOT USE FOR: deprecating, renaming, or changing an existing public member without breaking consumers; writing the tests or benchmarks that exercise an extension.

nice3point 0db6447 9.4 KB Updated

File contents

nice3point/revitextensions/tree/main/.agents/skills/revit-extensions-authoring commit 0db6447d7a

Frequently asked questions

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