mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0023631: Infinite memory consumption in BRepMesh
Check is the shape to be meshed has correct poly data, i.e. PolygonOnTriangulation of particular edge connected to the same Triangulation data structure as stored inside a parent face. Adding test cases for issue CR23631 bugs/mesh/bug23631 Parallel checking of faces/edges Make BRepMesh_IncrementalMesh class imported from BRepMesh package. Resolve GCC warnings on Linux platform Fix compilation errors on MacOs: remove mutable modificator on reference fields.
This commit is contained in:
@@ -18,4 +18,8 @@ BRepMesh_VertexCellFilter.hxx
|
||||
BRepMesh_VertexInspector.hxx
|
||||
BRepMesh_VertexInspector.cxx
|
||||
BRepMesh_VectorOfVertex.hxx
|
||||
BRepMesh_EdgeChecker.hxx
|
||||
BRepMesh_FaceChecker.hxx
|
||||
BRepMesh_IncrementalMesh.hxx
|
||||
BRepMesh_IncrementalMesh.cxx
|
||||
EXTERNLIB
|
||||
|
Reference in New Issue
Block a user