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:
parent
95f8573c29
commit
16aec6a441
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user