'Make 2D Rhino View' component missing from Rhino8

Hi,
The component Make 2D Rhino View is missing in Rhino V8, what is the next best thing I can use to input view data into Make2D component?

From a student with an assignment due tonight

you can do something like this to create a custom View:

custom_2D_view.gh (15.1 KB)

or if you have a Viewport you want to use, you can query that viewport name directly:

custom_2D_query_viewport.gh (10.7 KB)

1 Like

Thank you so much!!! Both working perfectly

1 Like