Lets say I put together geometry representative of an urban block within a 12in x12in closed curve. How can I export the geometry as a top-down image that is 12in x 12in only within a given closed curve? I am trying to create a dataset of images. I found success by putting together a custom python component, however, it only works when I change the size of the viewport in rhino, which is not ideal. I am looking for a method that exports images of any size based on a closed curve, so if closed curve is 1x1, I can export a 12in x 12in image or if a closed curve is proportional to 16inx9in I can export the image as well. Is there a plugin or other alternative to achieve this goal?
Do you have a sample, so we can understand better?
On the right I am trying to export an image of whatever is within the closed curve. In this case, 3 solids (green) and a surface (red). I am trying to put together a python component, but I cant figure out the best method. Basically, like a screenshot of everything within the closed curve. I hope this helps.