mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-07-07 09:47:21 +08: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