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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user