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

Fix compilation errors for mfc samples.

This commit is contained in:
oan
2014-07-11 11:02:27 +04:00
committed by apn
parent 1aa6b1c9e2
commit 9a148b08df
7 changed files with 19 additions and 21 deletions

View File

@@ -1304,7 +1304,7 @@ void CGeometryDoc::simplify(const TopoDS_Shape& aShape)
//and all the polygons on the triangulations of the edges
BRepTools::Clean(aShape);
// adds a triangulation of the shape aShape with the deflection aDeflection
BRepMesh::Mesh(aShape,aDeflection);
BRepMesh_IncrementalMesh(aShape,aDeflection);
Standard_Integer aIndex = 1, nbNodes = 0;