]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Fix for issue 0020114: EDF VISU 918(Impossible to create a new clipping plane on...
authorrnv <rnv@opencascade.com>
Thu, 15 Jan 2009 12:20:02 +0000 (12:20 +0000)
committerrnv <rnv@opencascade.com>
Thu, 15 Jan 2009 12:20:02 +0000 (12:20 +0000)
src/PIPELINE/VISU_DataSetMapperHolder.cxx
src/PIPELINE/VISU_PolyDataMapperHolder.cxx

index c46cc0c3a090be3d902ffb3e04261285c874ce95..d71882ae39d7426671860c961c4fea3062a80f78 100644 (file)
@@ -96,6 +96,7 @@ VISU_DataSetMapperHolder
     VISU::CopyDataSetMapper(GetDataSetMapper(), 
                            aMapperHolder->GetDataSetMapper(), 
                            theIsCopyInput);
+    myExtractGeometry->SetImplicitFunction(aMapperHolder->GetImplicitFunction());
   }
 }
 
index acc615d45cdf66f11c41e2aa6e238e27a2c09f38..1cf88239af1eaa0c7ef06c80b6ea53caa995855e 100644 (file)
@@ -90,6 +90,7 @@ VISU_PolyDataMapperHolder
     VISU::CopyPolyDataMapper(GetPolyDataMapper(), 
                             aMapperHolder->GetPolyDataMapper(), 
                             theIsCopyInput);
+    myExtractPolyDataGeometry->SetImplicitFunction(aMapperHolder->GetImplicitFunction());
   }
 }