ViewCapture to File using Python Grasshopper

Hi,
I am trying to launch _ViewCaptureToFile through python grasshopper with settings below. (Reference Link:Batch -ViewCapturetoFile - Rhino + Python Novice)

Is that possible?

Hi @jia.yeap,

With a C# or Python component, you can use the ViewCapture class.

Here is a sample Python sample.

– Dale

3 Likes

Great input, Dale:

Where can i include the scale value as shown in the image above?

The code output is :

There are points and annotations that user can zoom in to read when needed. So, the quality needs to be high resolution.

Just scale the ViewCapture.Width and Viewcapture.Height values.

– Dale

This was a great help; thank you!