Message 1 of 5

Not applicable
12-05-2017
09:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to make a plugin that lets the user pick multiple points in the model space (actually vectors, but let's start with baby steps), then store those points in extensible storage and display those points back to the user, letting them review the points that have been picked, move and delete them as needed. The point are not supposed to be any kind of elements in the model but rather like locations that the plugin has to keep track of.
I can understand the first part about picking points (Selection.PickPoint > XYZ) and storing them in ES, but how can I display those point in the Revit UI and make them editable for the user?
Solved! Go to Solution.