Good day.
I cannot convert a 3dm mesh file to .step solid part.
Can anyone please assist?
Kind regards,
Hendrik
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
QuadRemeshQuadReMesh | Rhino 3-D modeling
AboutToNURBSToNURBS | Rhino 3-D modeling
Hi Jessen.
Thank you