With a simple click, the Grasshopper script screenshots specified regions in the Rhino view directly into images (.jpg/.png).
It offers the following functions:
- Outputting images that are
dimensionally accurate(useful for creating mapping textures), Batch outputtingmultiple images at once (useful for streamlining design workflow).Fast overwritingexisting images
demo.mp4
👆Please feel free if my scripts had been useful for your projects. :)
- Download selective_viewcapture.gh and open with Rhino.
- Reference the specified region(s) as retangular curve(s) and input into
frame.
if
frameis not connected, the entire current view will be outputted (same as the rhino commandViewCaptureToFile).
- set image resolution in
rescomponent.
the output image size will be
frame.width*res x frame.height*respx
- Specify the folder destination and file name at
pathandfilename.
if
framehas multiple inputs,filenameshall have the same number of inputs
- Click
captureto create the image(s) at the designated location.
- batch outputting array of image frames (see more from my pat_writer project)
| exporting several images at once (ensure `filename` also has multiple inputs) | |||
|---|---|---|---|
|
|||
|
|
|
|
| scripting patterns in Rhino/Grasshopper environment | ||
|---|---|---|
|
||
| texture mappping gradient tiles | alpha mapping perforations | normal mapping bumps |
|
|
|










