From: rnv Date: Thu, 15 Jan 2009 12:20:02 +0000 (+0000) Subject: Fix for issue 0020114: EDF VISU 918(Impossible to create a new clipping plane on... X-Git-Tag: V4_1_0_maintainance_20090206~13 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3026da9484ec187b0413f4869a96e989b22a9840;p=modules%2Fvisu.git Fix for issue 0020114: EDF VISU 918(Impossible to create a new clipping plane on field presentation). --- diff --git a/src/PIPELINE/VISU_DataSetMapperHolder.cxx b/src/PIPELINE/VISU_DataSetMapperHolder.cxx index c46cc0c3..d71882ae 100644 --- a/src/PIPELINE/VISU_DataSetMapperHolder.cxx +++ b/src/PIPELINE/VISU_DataSetMapperHolder.cxx @@ -96,6 +96,7 @@ VISU_DataSetMapperHolder VISU::CopyDataSetMapper(GetDataSetMapper(), aMapperHolder->GetDataSetMapper(), theIsCopyInput); + myExtractGeometry->SetImplicitFunction(aMapperHolder->GetImplicitFunction()); } } diff --git a/src/PIPELINE/VISU_PolyDataMapperHolder.cxx b/src/PIPELINE/VISU_PolyDataMapperHolder.cxx index acc615d4..1cf88239 100644 --- a/src/PIPELINE/VISU_PolyDataMapperHolder.cxx +++ b/src/PIPELINE/VISU_PolyDataMapperHolder.cxx @@ -90,6 +90,7 @@ VISU_PolyDataMapperHolder VISU::CopyPolyDataMapper(GetPolyDataMapper(), aMapperHolder->GetPolyDataMapper(), theIsCopyInput); + myExtractPolyDataGeometry->SetImplicitFunction(aMapperHolder->GetImplicitFunction()); } }