From a8f81f957be910812b15518dccc5d279bbe64338 Mon Sep 17 00:00:00 2001 From: enk Date: Mon, 3 Dec 2007 08:20:33 +0000 Subject: [PATCH] Bug NPAL15851 EDF PAL 408: Gauss Points: "Build Presentation on Groups" Feature The some piace of functionality from ScalarMap moved to parrent interface ColoredPrs3d --- idl/VISU_Gen.idl | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/idl/VISU_Gen.idl b/idl/VISU_Gen.idl index 1d86b315..9e1958f8 100644 --- a/idl/VISU_Gen.idl +++ b/idl/VISU_Gen.idl @@ -552,6 +552,20 @@ module VISU { * Gets the type of orientation of the scalar bar (to provide backward compatibility). */ Orientation GetBarOrientation(); + + /*! + * Add group as geometry of presentation. + * \param theMeshName - mesh name + * \param theGroupName - group name + */ + void AddMeshOnGroup(in string theGroupName); + + + /*! + * PrsMerger method: + * Remove all groups.(The scalar map will be placed on all mesh). + */ + void RemoveAllGeom(); }; @@ -700,19 +714,6 @@ module VISU { */ Scaling GetScaling(); - /*! - * Add group as geometry of presentation. - * \param theMeshName - mesh name - * \param theGroupName - group name - */ - void AddMeshOnGroup(in string theGroupName); - - - /*! - * PrsMerger method: - * Remove all groups.(The scalar map will be placed on all mesh). - */ - void RemoveAllGeom(); }; //------------------------------------------------------- -- 2.39.2