Generate series of images with with different honeybee analysis results running on a loop

I am running a loop for an illuminance analysis. Results are generated for every month at a specific time. Therefore, a different result mesh is generated (12 total). Is there a way to automate the image generation instead of taking screen shots of the results?

Example of one result:

I am using LB Capture View. Im not sure whether this is the best solution. Any ideas?

image

You can use ladybug fly component to cycle through all the sliders options, make a slider with 12 values 0-11 (or 1-12), and then connect that to both analysis and screenshot taking (you can fx. concatenate sldier value and “test” for the name). this will automatically produce 12 analyses and save screenshots

1 Like

So im using the lady bug fly component and connecting it to a c# module which takes screen shots for every version and saves them inside my computer file. More on how it works here: