Mesh convert make2d

HI, I need help for making a clean 2d border of an STL.
The file is only STL, converting it to a polysurface and then running the command _make2D will show contouring of all polygons of my object.
Is there a function to only get the border lines?
Kind regards
JuMBo

If it’s an open mesh, DupBorder will get you the open borders. If it’s a closed mesh and you want an outline, you can use MeshOutline - this will give you the outline in the current view direction. --Mitch

1 Like

thanks!! :slight_smile: