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?
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
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: