How to use API to render the model and export the result as a png file?

How to use API to render the model and export the result as a png file?

Anonymous
Not applicable
705 Views
1 Reply
Message 1 of 2

How to use API to render the model and export the result as a png file?

Anonymous
Not applicable

On the UI, it can render the model and export as a png file. Does API support to do the same thing.

0 Likes
706 Views
1 Reply
Reply (1)
Message 2 of 2

xiaodong_liang
Autodesk Support
Autodesk Support
Hi, two render engines exist together: 1. Presenter: the old engine. only COM API provides something. You can refer to the SDK sample to get an idea. C:\Program Files\Autodesk\Navisworks Manage 2014\api\COM\examples\Auto\AutoPresenterExample 2. OGS: the tab [Render] in UI. It is the new engine. NO any API As to export picture, you can refer to this sample: C:\Program Files\Autodesk\Navisworks Manage 2014\api\COM\examples\Auto\AutoDrivePluginExample The two samples above are Automation of COM API. You can use them by COM interop in .NET.
0 Likes