Revit External Events

Run Autodesk Revit API work from code that executes outside the Revit API context, using Nice3point.Revit.Toolkit external events. USE FOR: raising API work from a modeless window, background thread, or other non-API-context callback via the toolkit's external events or the [ExternalEvent] source generator. DO NOT USE FOR: code that already runs in the Revit API context — call the API directly.

nice3point 79d2d32 5.6 KB Updated

File contents

nice3point/revit-skills/tree/main/plugins/revit-ui/skills/revit-external-events commit 79d2d32400

Frequently asked questions

npx skillmds@latest add nice3point/revit-external-events