1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-05 18:16:23 +03:00
nds 967d2f4f30 0030497: [REGRESSION] Mesh - wrong Poly_Polygon3D within local selection of located shape
The previous code has a condition to avoid processing the same faces if the face has a location.
The similar condition should be applied during the edges processing.
If not doing this, in the previous implementation, IMeshData_Edge instances are created for all edges(even located), but edges of faces located are not filled with curves.
As a result we had wrong local selection of edges.

Limit addition of edges to data model by ones with unique TShape and location using edges map already available in BRepMesh_ShapeVisitor.
2019-02-28 20:24:43 +03:00
..
2013-03-01 14:32:42 +04:00
2017-10-06 10:28:34 +03:00
2015-08-20 16:51:36 +03:00
2017-11-02 17:02:45 +03:00
2017-08-10 13:56:12 +03:00
2015-01-16 13:32:55 +03:00
2017-08-18 12:13:40 +03:00