Salome HOME
Join modifications from branch OCC_development_for_3_2_0a2
[modules/visu.git] / src / PIPELINE / VISU_CutPlanesPL.cxx
index 63dd3e5a42966a4dee8b3c794f1fe08e2b8a42a2..2a547971050e06a3d4fb92aabc3d515605064226 100644 (file)
@@ -42,6 +42,16 @@ vtkStandardNewMacro(VISU_CutPlanesPL);
 VISU_CutPlanesPL::VISU_CutPlanesPL(){
   myAppendPolyData = vtkAppendPolyData::New();
   myIsShrinkable = false;
+
+  myNbParts = 10;
+
+  myBasePlane[0] = YZ;
+  myBasePlane[0] = XY;
+
+  myDisplacement[0] = myDisplacement[1] = 0.5;
+
+  myAng[0][0] = myAng[0][1] = myAng[0][2] = 0.0;
+  myAng[1][0] = myAng[1][1] = myAng[1][2] = 0.0;
 }
 
 VISU_CutPlanesPL::~VISU_CutPlanesPL(){