Starting with two non-coplanar polylines, I am trying to get the smallest closed brep volume that fits around the vertices such that no line between any two vertices falls outside the volume. I have been trying variations of triangulation to produce the surfaces, but selecting only the outside surfaces from all the permutations and joining them has been a problem. I also tried extruding triangular surfaces from one polyline to every point on the other polyline, then boolean unioning the result, but the union often fails. It seems that their might be an easier way out there. Any thoughts?
Tags:
- Attachments:
-