Render Image through Navisworks API?

Render Image through Navisworks API?

Anonymous
Not applicable
928 Views
1 Reply
Message 1 of 2

Render Image through Navisworks API?

Anonymous
Not applicable

Hi

 

Is there anyway of programmatically rendering the image to a file using the API, .NET or COM?

 

Ideally I would like to be able to select the format (jpeg), renderer (Presenter) and Size (Explicit).

 

I guess it would be possible to use the DrawToBitmap method of the ViewControl but this would only allow the use of the viewport renderer, is this correct?

 

Many Thanks

 

Simon

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

xiaodong_liang
Autodesk Support
Autodesk Support

Hi,

I do not think we have implemented DrawToBitmap which overrides from Windows .NET control.

But probably the COM API could help you, which could be called by .NET.

 

<2012>\api\COM\examples\ACTX_03
<2012>\api\COM\examples\ACTX_07

 

<2013>\api\COM\examples\ActiveX\ActiveXSnapshotExample
<2013>\api\COM\examples\Auto\AutoPresenterExample

0 Likes