fix edge_to_faces key in Collect_face_bbox_per_edge_box

This commit is contained in:
xiewei.zhong_CRI-WH
2020-08-13 09:18:05 +08:00
parent dc1ccb5c2d
commit effe7d3a3c
@@ -57,7 +57,7 @@ public:
halfedge_descriptor fh = face_box.info();
halfedge_descriptor eh = edge_box.info();
edge_to_faces[eh].insert(face(fh, tm_faces));
edge_to_faces[edge(eh,tm_edges)].insert(face(fh, tm_faces));
}
void operator()( const Box* face_box_ptr, const Box* edge_box_ptr) const