From: apo Date: Thu, 17 May 2007 08:27:09 +0000 (+0000) Subject: To restore "Clipping" functionality for Mesh presentation X-Git-Tag: mergeto_BR_Dev_For_4_0_21May07~16 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=6a36a194e80378942995ecd46c8d2e2bffe3358e;p=modules%2Fvisu.git To restore "Clipping" functionality for Mesh presentation --- diff --git a/src/PIPELINE/VISU_MeshPL.cxx b/src/PIPELINE/VISU_MeshPL.cxx index dd9ea354..66317af0 100644 --- a/src/PIPELINE/VISU_MeshPL.cxx +++ b/src/PIPELINE/VISU_MeshPL.cxx @@ -61,7 +61,7 @@ void VISU_MeshPL ::Build() { - GetDataSetMapperHolder()->GetDataSetMapper()->SetInput(GetInput()); + GetDataSetMapperHolder()->GetDataSetMapper()->SetInput(GetClippedInput()); }