closes issue #610 (closed)
Improves functionality of intersection
and _self_intersect
via:
- setting default intersection solver to
"FAST"
- this ensures the intersection is smooth and not a zig zag line between meshes
- keeping connected_components until the end of the intersection and using copies for intersection
- this ensures all intersections are found and the code does not stop in between because there is nothing left for intersection