From: dmv Date: Mon, 29 Dec 2008 12:51:22 +0000 (+0000) Subject: 0020086: EDF 881 VISU : Rename a gauss point presentation X-Git-Tag: before_mergefrom_BR_V5_IMP_P8_22Jan09~15 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=eb158303657dae842b6c6595483189690d53c4ef;p=modules%2Fvisu.git 0020086: EDF 881 VISU : Rename a gauss point presentation --- diff --git a/src/VISUGUI/VisuGUI.cxx b/src/VISUGUI/VisuGUI.cxx index 0c9e1615..217bc494 100644 --- a/src/VISUGUI/VisuGUI.cxx +++ b/src/VISUGUI/VisuGUI.cxx @@ -741,7 +741,8 @@ void VisuGUI ::OnCreateDeformedShape() { - Prs3d_i* aPrs = CreatePrs3d(this); + // CreatePrs3d(this); + Prs3d_i* aPrs = VisuGUI_DeformedShapeDlg::CreatePrs3d(this); if (aPrs) emit presentationCreated(aPrs); } @@ -1830,7 +1831,7 @@ VisuGUI aStr == "VISU::TSCALARMAPONDEFORMEDSHAPE" || aStr == "VISU::TCOLOREDPRS3DHOLDER" || aStr == "VISU::TTABLE" || aStr == "VISU::TCURVE" || aStr == "VISU::TCONTAINER" || aStr == "VISU::POINTMAP3D" || aStr == "VISU::TVIEW3D" || - aStr == "VISU::TMESH" || aStr == "VISU::TPOINTMAP3D") + aStr == "VISU::TMESH" || aStr == "VISU::TPOINTMAP3D" || aStr == "VISU::TGAUSSPOINTS") { _PTR(GenericAttribute) anAttr; if (aSObject->FindAttribute(anAttr, "AttributeName")) {