- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
We've been looking for a way to raise / execute a command in Revit from our application (which is a WinForm but could also be just a DLL)
The goal is :
From Revit, we get the objects selected by the user, and we send to our own Winform the list of the IDs of the selected objects. (We want to get a value like perimeter, area, volume ...)
Then, in our software, we store the list of IDs (with values like area, perimetre, count ...)
But what we hope to do is, for our user, select back in Revit, by the list of IDs, the objects that the user would have sent from Revit (to remember to what object is associated an area, perimetre, volume ... in our application).
We would like, from our winform, make Revit select the objects that we have stored by IDs. For example, call a Revit API with the list of the IDs to make him select the objects associated
I don't know if it's understandable, or just if it is possible to realize that.
Thanks a lot,
TeamDev
Solved! Go to Solution.