Make2d not generating anything

Hello,

I am trying to make 2d a top down view of my model but when I run it through the only lines that generate are the view outline, nothing else. I’ve tried increasing my tolerance, make2d in seperate parts but nothing still generates.

Hi Scarlette -

It’s hard to gauge what’s in that model based on that picture.
Please post the 3dm file.
-wim

Here you go, I got it to create some lines but it would be incomplete and a lot of curves would be missing. Make2d works on my other rhino files but specifically not this one. My file is quite big so heres pictures of the pieces im trying to make2d

Hi,

if there aren’t clipping planes or other things that could “hide” your objects, things that I would try to find the problem:

  • Check Bad Objects
  • Merge all coplanar faces (to simplify the model)
  • Shrink Trimmed Surfaces
  • Check for duplicate objects
  • Explode, rebuild edges, join

From your images the model seems simple (no double curved surfaces) so if the command fail probably there’s a bad object or something similar…

Thank you!

I merged all the faces and simplified the model and it worked thanks a lot!