Offscreen Rendering

Offscreen Rendering

mujibur.rahman
Enthusiast Enthusiast
679 Views
1 Reply
Message 1 of 2

Offscreen Rendering

mujibur.rahman
Enthusiast
Enthusiast

I am trying to perform offscreen Render the current view of my model 

I got the code from this link -> https://www.keanw.com/2007/04/rendering_autoc.html

in the above link the used ' doc.GraphicsManager.GetGsView(vpn, true)'
GraphicsManager.'GetGsView' is not working for me

 

pls anyone help me soon

0 Likes
Accepted solutions (1)
680 Views
1 Reply
Reply (1)
Message 2 of 2

deepak.a.s.nadig
Alumni
Alumni
Accepted solution

There are few Graphics API changes since AutoCAD 2015.
Can you please check below link for some important changes ,
https://adndevblog.typepad.com/autocad/2014/04/graphic-changes-in-autocad-2015.html 

you can also find .net downloadable sample of blockView to see the changes here 

0 Likes