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

0025310: Regressions in visualization

- Memory management in the BRepMesh_FastDiscret class is changed. Now the unused face attributes is immediately removed.
This commit is contained in:
azn
2014-10-08 14:57:22 +04:00
committed by bugmaster
parent 15534713ba
commit fcf15f5ca3
11 changed files with 282 additions and 196 deletions

View File

@@ -189,8 +189,8 @@ private:
//! Stores mesh to the shape.
void commit();
//! Stores mesh to the face.
void commitFace(const TopoDS_Face& theFace);
//! Stores mesh of internal edges to the face.
void commitEdges(const TopoDS_Face& theFace);
protected: