Message 1 of 1
OverlayRender and View/Graphics

Not applicable
06-09-2016
12:54 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am having an issue using OverlayRender. It requires the use of the View and Graphics classes. I have assigned view:
Autodesk.Navisworks.Api.View view = oDoc.ActiveView;
I cannot figure out how I should assign Graphics. I've found the following blog posts but they don't seem to answer my question.
http://adndevblog.typepad.com/aec/2013/05/navisworks-2014-api-new-feature-renderplugin.html
http://adndevblog.typepad.com/aec/2014/09/draw-text-graphics.html
Any help with this would be greatly appreciated!