Does a ViewportDraw system exist in Revit?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Quick question,
In the AutoCAD API there is a class titled ViewportDraw, along side that there are a number of other API functionalities that allow your software to create temporary graphics/objects within the Viewport that you are viewing. So for example, you can add graphics that 'appear' like they are on the objects, but in actuality are not. It is merely the add-on utilizing the ViewportDraw to make these appear.
I realize that Revit to AutoCAD comparisons are generally folly, but I wonder is there a similar system in any capacity in Revit? I would like to, essentially, project graphics and text for objects (e.g. Family Instances) onto the view based on information in the object itself.
I do understand that there is potential for this to be a flat 'No' or, at best, a "Yes, but, it's gonna work a whole lot differently!". But looking at the API docs, I was drawing a blank and wanted to exhaust my options before moving on.
Thanks!