Outline a 3D object

Hi,

Is there a command that outline a close solid polysurface object to a 2D closed curve?

Thanks

Make2D?

There is also

contour and meshoutline (however mesh outline is not completely precise )

You can DupFaceBorder the top or bottom face ( in this particular case where it is a flat extrusion).

I guess I should note that a more general solution is to run the Silhouette command from the desired view (it is view direction dependent), then use CurveBoolean on the result to get just the outline. The option DeleteInput=All and clicking somewhere outside the entire figure will get you that. Lastly, run SimplifyCrv on the result to clean it up as well as possible.

1 Like