Hi All,
I have a script that we have been using successfully for a while now outputting a series of drawings. I am finding however that with the latest batch of models that I am running the script on we are getting some issues that I am currently trying to debug.
The main issue is that in many cases Rhino is actually just crashing on us.
I’ve narrowed it down to the line in the code where it is crashing, and it seems to be when we are trying to add a second page to an instance of a FilePdf class using the AddPage(ViewCaptureSettings) method.
This is causing the entire script to crash.
I am finding that I can still run this script in Rhino 6 SR33 with no crash.
Has something been updated in this class that may be causing this crash?
If not in the FilePdf class, perhaps maybe the problem may lie in Rhino.Display.ViewCaptureSettings ?
Any help will be appreciated. As its actually crashing out Rhino, I feel a bit helpless as to how to fix this!
Thanks