Get Render data

Get Render data

Anonymous
Not applicable
249 Views
1 Reply
Message 1 of 2

Get Render data

Anonymous
Not applicable
Hi

I read an alarming post when I searched for 'render' here that Inventor Studio is an Add-In to Inventor, and that API is not provided?

The plugin I'm planning is basicly a render-time plugin which sets up cameras, modifies their positions and saves the render output from them. Is this possible to accomplish with the Inventor API, not using Inventor Studio?

Also, I would like to know if it's possible to get get these render settings; current image width & height. (these are from Studio I guess, so maybe they can't be retrieved?)

I'm using VC++ and the wizard generates a CComPtr to m_pApplication (which is Inventor's application object), wouldn't it be possible to create a CComPtr to InventorStudio as well to use its functionality?

/p6
0 Likes
250 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
Inventor Studio exposes some very basic (limited) APIs to generate a
rendered output file. See the programming help for a sample.

Sanjay-
0 Likes