From: eap Date: Fri, 20 May 2005 07:15:29 +0000 (+0000) Subject: add case VISU::TPLOT3D to GetPrs3dList() X-Git-Tag: V2_2_0_VISU_improvement_2005-05-27~16 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=41b798614876eddb0682f4be97a1fce239f8e964;p=modules%2Fvisu.git add case VISU::TPLOT3D to GetPrs3dList() --- diff --git a/src/VISUGUI/VisuGUI.cxx b/src/VISUGUI/VisuGUI.cxx index 9df977b8..63ebe064 100644 --- a/src/VISUGUI/VisuGUI.cxx +++ b/src/VISUGUI/VisuGUI.cxx @@ -3927,6 +3927,7 @@ std::vector VisuGUI::GetPrs3dList(SALOMEDS::SObject_ptr theObjec case VISU::TCUTLINES: case VISU::TVECTORS: case VISU::TSTREAMLINES: + case VISU::TPLOT3D: { PortableServer::ServantBase_var aServant = VISU::GetServant(aCORBAObject); if (aServant.in()) {