@salvam wrote:
I´m using for capturing the view
// Activamos la vista superior
RhinoApp.RunScript("_-SetActiveViewport Superior _Enter", false);// Renderizamos la vista.
RhinoApp.RunScript("SetDisplayMode _Viewport=Active Mode=Rendered _Enter", false);RhinoApp.RunScript("_-ViewCaptureToFile " + rutaImagen + " _Width " + widthImagen + " _Height " + heightImagen + " _enter", false);
This is working Ok when Rhinoceros Window is not minized, but My applicattion always works minimzed and when it is working minimized, the image is not rendered, it is Wireframe.
This is when Window is not minimized.
This is when Window is minimized
I need to capture the view rendered.
Posts: 3
Participants: 2