I have a low poly model consisting of a number of planar faces. I wish to export the faces as a 2D path such as a .DXF or .AI. When I do so, however, the path exported is from a left/front/top projection rather than along the plane of the face itself.
Use ExtractSrf (option copy) to extract the surface, then UnrollSrf. You will find the surface on the world-X-Y plane, near the origin. Select the surface, then use DupBorder to create an outline that can be exported as a 2D toolpath.
Hi Thomas - you might need to jump through a hoop or so - Select your meshes, DupBorder, then hide the meshes. Select the border curves and run PlanarSrf - if the curves are in fact planar, you’ll get surfaces that you can then UnrollSrf.If those have thickness, you may want to only ‘process’ one face on each, not all 6 sides.
No they are not the same thing. Rhino surfaces are NURBS surfaces, it will recognise meshes but you have to use different commands to manipulate those. I don’t know much about meshes, so I would not know how to create tool paths from those. Follow Pascal’s advise.