Salome HOME
Join modifications from branch OCC_development_for_3_2_0a2
[modules/visu.git] / src / PIPELINE / VISU_CutLinesPL.cxx
index b518dfad7996c974b88c36c7abaadfb077cf746a..e2cfe567380ef8390fb7d646fb924d043164f7e1 100644 (file)
@@ -34,7 +34,10 @@ using namespace std;
 
 vtkStandardNewMacro(VISU_CutLinesPL);
 
-VISU_CutLinesPL::VISU_CutLinesPL(){}
+VISU_CutLinesPL::VISU_CutLinesPL(){
+  myCondition = 1;
+  myPosition = 0;
+}
 
 void VISU_CutLinesPL::ShallowCopy(VISU_PipeLine *thePipeLine){
   if(VISU_CutLinesPL *aPipeLine = dynamic_cast<VISU_CutLinesPL*>(thePipeLine)){