3dm to .step conversion

Good day.

I cannot convert a 3dm mesh file to .step solid part.

Can anyone please assist?

Kind regards,

Hendrik

Since the .step does not support mesh objects, only NURBS objects. you can use a command such as QuadRemesh to remesh it into a SubD, then use ToNURBS to convert it into a NURBS object, and finally export it as .step file.

About QuadRemesh QuadReMesh | Rhino 3-D modeling
About ToNURBS ToNURBS | Rhino 3-D modeling

Hi Jessen.

Thank you