Revitlookup Descriptor Model

Teach RevitLookup to inspect a new Revit type by adding a LookupEngine descriptor and registering it in the type map, giving the object resolved members, synthetic extensions, and context-menu actions. USE FOR: creating a descriptor class, resolving members that need arguments or the active view, disabling or marking members unsupported, registering synthetic extension members, redirecting one type to another, adding context-menu commands that touch Revit through an external event, and wiring the descriptor into DescriptorsMap. DO NOT USE FOR: building a UI page or view model (use revitlookup-ui-development), or changing the LookupEngine engine itself in the submodule.

lookup-foundation Updated

File contents

lookup-foundation/revitlookup/tree/main/.agents/skills/revitlookup-descriptor-model commit 1a7f44565d

Frequently asked questions

npx skillmds@latest add lookup-foundation/revitlookup-descriptor-model