Hi,
We are iterating through a bunch of different views with a slider in GH. We want to capture these views to pdfs.
We are using the native print to pdf from Rhino6 to capture the grasshopper view as the slider advances. We are having some difficulty capturing the surfaces such as spheres and pipes. What setting do we need to tweak in the “ViewCaptureSettings” to properly print these surfaces to pdf. Currently we just get the wireframe representation in the pdf file.
Dim settings As rhino.display.ViewCapturesettings = New rhino.display.ViewCapturesettings(RhinoDocument.Views.ActiveView, s, dpi)
pdf.AddPage(settings)
Thanks