Message 1 of 2
Convert polyline wire frame to surface
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a bunch of 2D polylines arranged in 3D space. I need to convert this wireframe into a 3D surface and that surface needs to be smooth and touch every intersection. The only way I've found to do this is to BREAK each polyline at every intersection, then create a surface in each small box. Obviously, this is very time consuming and very clicky. I've tried using MBREAK.lsp and the intersection code from Lee Mac, but all seem to require the polylines to live in a 2D plane. Is there an easier way to do this? Please, don't suggest alternative software as AutoCAD 2019 is all I'm allowed. TIA