From eb158303657dae842b6c6595483189690d53c4ef Mon Sep 17 00:00:00 2001 From: dmv Date: Mon, 29 Dec 2008 12:51:22 +0000 Subject: [PATCH] 0020086: EDF 881 VISU : Rename a gauss point presentation --- src/VISUGUI/VisuGUI.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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")) { -- 2.39.2