From: enk Date: Mon, 3 Dec 2007 08:20:33 +0000 (+0000) Subject: Bug NPAL15851 X-Git-Tag: mergefrom_MERGE_MULTIPR_EVOLUTION_07-Dec-07~12 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a8f81f957be910812b15518dccc5d279bbe64338;p=modules%2Fvisu.git Bug NPAL15851 EDF PAL 408: Gauss Points: "Build Presentation on Groups" Feature The some piace of functionality from ScalarMap moved to parrent interface ColoredPrs3d --- 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(); }; //-------------------------------------------------------