]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Bug NPAL15851
authorenk <enk@opencascade.com>
Mon, 3 Dec 2007 08:20:33 +0000 (08:20 +0000)
committerenk <enk@opencascade.com>
Mon, 3 Dec 2007 08:20:33 +0000 (08:20 +0000)
   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

index 1d86b315da93e01125c82c20386013dc32ed0325..9e1958f81ca9824a65e117903946e1505c60f096 100644 (file)
@@ -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();
   };
 
   //-------------------------------------------------------