mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-29 14:00:49 +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;
|
||||
|
||||
|
@@ -89,6 +89,7 @@
|
||||
#include <Aspect_Window.hxx>
|
||||
#include <Aspect_Background.hxx>
|
||||
|
||||
#include <BRepMesh_IncrementalMesh.hxx>
|
||||
#include <BRepAlgo.hxx>
|
||||
#include <BRep_Builder.hxx>
|
||||
#include <BRepBuilderAPI_MakeVertex.hxx>
|
||||
@@ -100,7 +101,6 @@
|
||||
#include <BndLib_Add3dCurve.hxx>
|
||||
#include <BndLib_AddSurface.hxx>
|
||||
#include <BRep_Tool.hxx>
|
||||
#include <BRepMesh.hxx>
|
||||
|
||||
#include <DsgPrs_LengthPresentation.hxx>
|
||||
#include <FairCurve_Batten.hxx>
|
||||
|
Reference in New Issue
Block a user