Hi,
I am trying to launch _ViewCaptureToFile through python grasshopper with settings below. (Reference Link:Batch -ViewCapturetoFile - Rhino + Python Novice)
Is that possible?
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
Just scale the ViewCapture.Width and Viewcapture.Height values.
ā Dale
This was a great help; thank you!