1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +03:00

0027959: BRepMesh_Delaun produces mesh with gaps on internal edges

Check both sides of internal link for adjusted triangle and process left and right polygons separately
Small correction of test case for issue CR27959
This commit is contained in:
oan
2016-10-20 16:34:29 +03:00
committed by apn
parent caf231b050
commit df18769ea6
3 changed files with 64 additions and 9 deletions

View File

@@ -320,6 +320,9 @@ private:
const Standard_Integer theStartIndex,
const Standard_Integer theEndIndex) const;
//! Performs insertion of internal edges into mesh.
void insertInternalEdges();
private:
Handle(BRepMesh_DataStructureOfDelaun) myMeshData;