Pyrevit not work inside model inplace

Why we can’t use pyrevit inside model inplace editor, for example I want to use match paint tool for an element inside model inplace, but when entering model inplace editor, all pyrevit tools will gray out

This is how the Revit API works. You cannot use automation tools inside editors such as this, edit sketch and edit group.

I believe this is due to the idling event being unavailable, which command execution depends on.

2 Likes