mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
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.