1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-05-16 10:54:53 +03:00

Update mfc sample after integration issue 0025071

This commit is contained in:
bugmaster 2014-07-18 13:35:24 +04:00
parent 95f8573c29
commit 16aec6a441

View File

@ -22,6 +22,7 @@ IMPLEMENT_STANDARD_RTTIEXT(User_Cylinder,AIS_InteractiveObject)
#include <Aspect_Array1OfEdge.hxx>
#include <Quantity_Color.hxx>
#include <BRepMesh_IncrementalMesh.hxx>
#include <Prs3d.hxx>
#include <AIS_GraphicTool.hxx>
@ -107,7 +108,7 @@ case 6: //color
mygroup->SetPrimitivesAspect(myAspect);
myAspect->SetEdgeOn();
myDeflection = AIS_Shape::GetDeflection(myShape,myDrawer);
myDeflection = Prs3d::GetDeflection(myShape,myDrawer);
BRepMesh_IncrementalMesh(myShape,myDeflection);
myX1OnOff = Standard_False;