ABSTRACT
The MatchedEdge operation aligns specified edges of meshes within the provided mesh-tree with a reference edge. Formally, we ensure that exists a plane that is normal to the direction such that it is tangent to both mesh sets, both meshes are on the same side of the plane, and that dot product between the direction and any vector from the mesh to any point on the plane is nonnegative.
RETURN
If the complete mesh set is provided, all selected meshes' edges will be aligned with the reference mesh based on the specified direction. The return value is the mesh-tree of all meshes with aligned edges. However, if only a subset is chosen, the returned value will comprise a mesh-tree of the selected meshes with aligned edges, while the unselected meshes will remain unchanged. Crucially, all meshes you didn't select will still be included in the result mesh_tree, but their edges will remain unaligned.