]> SALOME platform Git repositories - modules/geom.git/blob - src/GEOMGUI/GEOM_Displayer.cxx
Salome HOME
2683c9603d31901ed8f2525d19ac88ac80c7370e
[modules/geom.git] / src / GEOMGUI / GEOM_Displayer.cxx
1 // Copyright (C) 2007-2013  CEA/DEN, EDF R&D, OPEN CASCADE
2 //
3 // Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
5 //
6 // This library is free software; you can redistribute it and/or
7 // modify it under the terms of the GNU Lesser General Public
8 // License as published by the Free Software Foundation; either
9 // version 2.1 of the License.
10 //
11 // This library is distributed in the hope that it will be useful,
12 // but WITHOUT ANY WARRANTY; without even the implied warranty of
13 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14 // Lesser General Public License for more details.
15 //
16 // You should have received a copy of the GNU Lesser General Public
17 // License along with this library; if not, write to the Free Software
18 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
19 //
20 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
21 //
22
23 // GEOM GEOMGUI : GUI for Geometry component
24 // File   : GEOM_Displayer.cxx
25 // Author : Vadim SANDLER, Open CASCADE S.A.S. (vadim.sandler@opencascade.com)
26
27 #include "GEOM_Displayer.h"
28 #include "GEOMGUI_DimensionProperty.h"
29 #include "GeometryGUI.h"
30
31 #include <GEOM_Constants.h>
32 #include <GEOM_TypeFilter.h>
33 #include <GEOM_EdgeFilter.h>
34 #include <GEOM_FaceFilter.h>
35 #include <GEOM_CompoundFilter.h>
36 #include <GEOM_PreviewFilter.h>
37 #include <GEOM_LogicalFilter.h>
38 #include <GEOM_OCCFilter.h>
39
40 #include <GEOM_Actor.h>
41 #include <GEOM_AISShape.hxx>
42 #include <GEOM_AISDimension.hxx>
43 #include <GEOM_TopWireframeShape.hxx>
44 #include <GEOM_AISVector.hxx>
45 #include <GEOM_AISTrihedron.hxx>
46 #include <GEOM_VTKTrihedron.hxx>
47 #include <GEOM_VTKPropertyMaterial.hxx>
48
49 #include <GEOMUtils.hxx>
50
51 #include <Material_Model.h>
52
53 #include <SUIT_Desktop.h>
54 #include <SUIT_ViewWindow.h>
55 #include <SUIT_Session.h>
56 #include <SUIT_ViewManager.h>
57 #include <SUIT_ResourceMgr.h>
58
59 #include <Basics_OCCTVersion.hxx>
60
61 #include <SalomeApp_Study.h>
62 #include <SalomeApp_Application.h>
63 #include <LightApp_SelectionMgr.h>
64 #include <LightApp_DataObject.h>
65 #include <SalomeApp_TypeFilter.h>
66 #include <SalomeApp_Tools.h>
67
68 #include <SALOME_ListIteratorOfListIO.hxx>
69 #include <SALOME_ListIO.hxx>
70 #include <SALOME_Prs.h>
71
72 #include <SOCC_Prs.h>
73 #include <SOCC_ViewModel.h>
74
75 #include <SVTK_Prs.h>
76 #include <SVTK_ViewModel.h>
77
78 #include <OCCViewer_ViewWindow.h>
79 #include <OCCViewer_ViewPort3d.h>
80
81 // OCCT Includes
82 #include <AIS_Drawer.hxx>
83 #include <AIS_Dimension.hxx>
84 #include <AIS_LengthDimension.hxx>
85 #include <AIS_DiameterDimension.hxx>
86 #include <AIS_AngleDimension.hxx>
87 #include <AIS_ListIteratorOfListOfInteractive.hxx>
88 #include <Aspect_PolygonOffsetMode.hxx>
89 #include <Aspect_ColorScale.hxx>
90 #include <Prs3d_IsoAspect.hxx>
91 #include <Prs3d_PointAspect.hxx>
92 #include <StdSelect_TypeOfEdge.hxx>
93 #include <StdSelect_TypeOfFace.hxx>
94 #include <StdSelect_DisplayMode.hxx>
95 #include <TopoDS_Face.hxx>
96 #include <BRep_Tool.hxx>
97 #include <Geom_Plane.hxx>
98 #include <Geom_Axis2Placement.hxx>
99 #include <Graphic3d_AspectFillArea3d.hxx>
100 #include <gp_Pln.hxx>
101 #include <TColStd_MapOfInteger.hxx>
102 #include <TColStd_MapIteratorOfMapOfInteger.hxx>
103 #include <TopoDS_Iterator.hxx>
104 #include <Graphic3d_AspectMarker3d.hxx>
105 #include <TopTools_MapOfShape.hxx>
106 #include <TopTools_ListOfShape.hxx>
107 #include <TopTools_ListIteratorOfListOfShape.hxx>
108 #include <TopoDS.hxx>
109
110 #include <Prs3d_ShadingAspect.hxx>
111
112 #include <BRepMesh_IncrementalMesh.hxx>
113
114 // VTK Includes
115 #include <vtkActorCollection.h>
116 #include <vtkProperty.h>
117
118 // CORBA Headers
119 #include CORBA_CLIENT_HEADER(SALOMEDS_Attributes)
120
121 #include <GEOMImpl_Types.hxx>
122
123 #if OCC_VERSION_LARGE > 0x06040000 // Porting to OCCT6.5.1
124 #include <TColStd_HArray1OfByte.hxx>
125 #else
126 #include <Graphic3d_HArray1OfBytes.hxx>
127 #endif
128
129 // If the next macro is defined, autocolor feature works for all sub-shapes;
130 // if it is undefined, autocolor feature works for groups only
131 #define GENERAL_AUTOCOLOR
132 // Below macro, when uncommented, switches on simplified (more performant) algorithm
133 // of auto-color picking up
134 #define SIMPLE_AUTOCOLOR
135
136 // Hard-coded value of shape deflection coefficient for VTK viewer
137 const double VTK_MIN_DEFLECTION = 0.001;
138
139 //================================================================
140 // Function : getActiveStudy
141 // Purpose  : Get active study, returns 0 if no open study frame
142 //================================================================
143 static inline SalomeApp_Study* getActiveStudy()
144 {
145   SUIT_Session* session = SUIT_Session::session();
146   SalomeApp_Application* app = dynamic_cast<SalomeApp_Application*>( session->activeApplication() );
147   if ( app )
148     return ( SalomeApp_Study* )app->activeStudy();
149   return 0;
150 }
151
152 static inline int getViewManagerId( SALOME_View* theViewFrame) {
153   SUIT_ViewModel* aModel = dynamic_cast<SUIT_ViewModel*>(theViewFrame);
154   SUIT_ViewManager* aViewMgr = 0;
155   if (aModel != 0)
156     aViewMgr = aModel->getViewManager();
157   return ((aViewMgr == 0) ? -1 :aViewMgr->getGlobalId());
158 }
159
160 //================================================================
161 // Function : getTopAbsMode
162 // Purpose  : Get TopAbs_ShapeEnum value corresponding to the
163 //            one from GEOMImpl_Types.h
164 //================================================================
165 static inline int getTopAbsMode( const int implType )
166 {
167   switch ( implType )
168   {
169     case GEOM_COMPOUND  : return TopAbs_COMPOUND;
170     case GEOM_SOLID     : return TopAbs_SOLID;
171     case GEOM_SHELL     : return TopAbs_SHELL;
172     case GEOM_FACE      : return TopAbs_FACE;
173     case GEOM_WIRE      : return TopAbs_WIRE;
174     case GEOM_EDGE      : return TopAbs_EDGE;
175     case GEOM_POINT     : return TopAbs_VERTEX;
176     default             : return -1;
177   }
178 }
179
180 int GEOM_Displayer::getMinMaxShapeType( const TopoDS_Shape& shape, bool ismin )
181 {
182   if ( shape.IsNull() )
183     return TopAbs_SHAPE;
184
185   int ret = shape.ShapeType();
186
187   if ( shape.ShapeType() == TopAbs_COMPOUND || shape.ShapeType() == TopAbs_COMPSOLID ) {
188     TopoDS_Iterator it(shape, Standard_True, Standard_False);
189     for (; it.More(); it.Next()) {
190       TopoDS_Shape sub_shape = it.Value();
191       if ( sub_shape.IsNull() ) continue;
192       int stype = getMinMaxShapeType( sub_shape, ismin );
193       if ( stype == TopAbs_SHAPE ) continue;
194       if ( ismin && stype > ret )
195         ret = stype;
196       else if ( !ismin && ( ret < TopAbs_SOLID || stype < ret ) )
197         ret = stype;
198     }
199   }
200
201   return ret;
202 }
203
204 bool GEOM_Displayer::isCompoundOfVertices( const TopoDS_Shape& theShape )
205 {
206   return theShape.ShapeType() == TopAbs_COMPOUND && getMinMaxShapeType( theShape, false ) == TopAbs_VERTEX;
207 }
208
209 //================================================================
210 // Function : getFilter
211 // Purpose  : Get filter corresponding to the type of object
212 //            from GEOMImpl_Types.h
213 //================================================================
214 SUIT_SelectionFilter* GEOM_Displayer::getFilter( const int theMode )
215 {
216   SUIT_SelectionFilter* aFilter;
217
218   int aTopAbsMode = getTopAbsMode( theMode );
219   if ( aTopAbsMode != -1 )
220     aFilter = new GEOM_TypeFilter( getStudy(), aTopAbsMode, true ); //@ aFilter = new GEOM_TypeFilter( ( TopAbs_ShapeEnum )aTopAbsMode );
221   else
222     switch ( theMode )
223       {
224       case GEOM_LINE      : aFilter = new GEOM_EdgeFilter( getStudy(), StdSelect_Line ); break;
225       case GEOM_CIRCLE    : aFilter = new GEOM_EdgeFilter( getStudy(), StdSelect_Circle ); break;
226
227       case GEOM_PLANE     : aFilter = new GEOM_FaceFilter( getStudy(), StdSelect_Plane ); break;
228       case GEOM_CYLINDER  : aFilter = new GEOM_FaceFilter( getStudy(), StdSelect_Cylinder ); break;
229       case GEOM_SPHERE    : aFilter = new GEOM_FaceFilter( getStudy(), StdSelect_Sphere ); break;
230       case GEOM_TORUS     : aFilter = new GEOM_FaceFilter( getStudy(), StdSelect_Torus ); break;
231       case GEOM_REVOLUTION: aFilter = new GEOM_FaceFilter( getStudy(), StdSelect_Revol ); break;
232       case GEOM_CONE      : aFilter = new GEOM_FaceFilter( getStudy(), StdSelect_Cone ); break;
233
234       case GEOM_PREVIEW   : aFilter = new GEOM_PreviewFilter( getStudy() ); break;
235
236       case GEOM_ALLSHAPES : aFilter = new GEOM_SelectionFilter(getStudy(), true ); break;
237       case GEOM_ALLGEOM   : aFilter = new SalomeApp_TypeFilter( getStudy(), "GEOM" ); break;
238
239       default             : aFilter = new GEOM_TypeFilter( getStudy(), theMode ); break;
240       }
241
242   return aFilter;
243 }
244
245 //================================================================
246 // Function : getComplexFilter
247 // Purpose  : Get compound filter corresponding to the type of
248 //            object from GEOMImpl_Types.h
249 //================================================================
250 SUIT_SelectionFilter* GEOM_Displayer::getComplexFilter( const QList<int>* aSubShapes)
251 {
252   GEOM_CompoundFilter* aFilter;
253
254   if(aSubShapes != NULL ) {
255     aFilter = new GEOM_CompoundFilter(getStudy());
256     QList<int> aTopAbsTypes;
257     QList<int>::const_iterator it;
258     for(it = aSubShapes->constBegin(); it != aSubShapes->constEnd(); ++it ) {
259       int topAbsMode = getTopAbsMode(*it);
260       if(topAbsMode != -1 )
261         aTopAbsTypes.append(topAbsMode);
262     }
263     aFilter->addSubTypes(aTopAbsTypes);
264   }
265
266   return aFilter;
267 }
268
269 //================================================================
270 // Function : getEntry
271 // Purpose  :
272 //================================================================
273 static std::string getEntry( GEOM::GEOM_BaseObject_ptr object )
274 {
275   SUIT_Session* session = SUIT_Session::session();
276   SalomeApp_Application* app = dynamic_cast<SalomeApp_Application*>( session->activeApplication() );
277   if ( app )
278   {
279     CORBA::String_var IOR = app->orb()->object_to_string( object );
280     if ( strcmp(IOR.in(), "") != 0 )
281     {
282       SalomeApp_Study* study = ( SalomeApp_Study* )app->activeStudy();
283       _PTR(SObject) SO ( study->studyDS()->FindObjectIOR( std::string(IOR) ) );
284       if ( SO )
285         return SO->GetID();
286     }
287   }
288   return "";
289 }
290
291 //================================================================
292 // Function : getName
293 // Purpose  :
294 //================================================================
295 static std::string getName( GEOM::GEOM_BaseObject_ptr object )
296 {
297   SUIT_Session* session = SUIT_Session::session();
298   SalomeApp_Application* app = dynamic_cast<SalomeApp_Application*>( session->activeApplication() );
299   if ( app )
300   {
301     CORBA::String_var IOR = app->orb()->object_to_string( object );
302     if ( strcmp(IOR.in(), "") != 0 )
303     {
304       SalomeApp_Study* study = ( SalomeApp_Study* )app->activeStudy();
305       _PTR(SObject) aSObj ( study->studyDS()->FindObjectIOR( std::string(IOR) ) );
306
307       _PTR(GenericAttribute) anAttr;
308
309       if ( aSObj && aSObj->FindAttribute( anAttr, "AttributeName") )
310       {
311         _PTR(AttributeName) aNameAttr( anAttr );
312         return aNameAttr->Value();
313       }
314     }
315   }
316
317   return "";
318 }
319
320 //=================================================================
321 /*!
322  *  GEOM_Displayer::GEOM_Displayer
323  *  Constructor
324  */
325 //=================================================================
326 GEOM_Displayer::GEOM_Displayer( SalomeApp_Study* st )
327 {
328   if( st )
329     myApp = dynamic_cast<SalomeApp_Application*>( st->application() );
330   else
331     myApp = 0;
332
333   /* Shading Color */
334   SUIT_Session* session = SUIT_Session::session();
335   SUIT_ResourceMgr* resMgr = session->resourceMgr();
336
337   QColor col = resMgr->colorValue( "Geometry", "shading_color", QColor( 255, 0, 0 ) );
338   myShadingColor = SalomeApp_Tools::color( col );
339
340   myDisplayMode = resMgr->integerValue("Geometry", "display_mode", 0);
341   myHasDisplayMode = false;
342
343   int aType = resMgr->integerValue("Geometry", "type_of_marker", (int)Aspect_TOM_PLUS);
344   myWidth = resMgr->integerValue("Geometry", "edge_width", -1);
345   myIsosWidth = resMgr->integerValue("Geometry", "isolines_width", -1);
346
347   myTypeOfMarker = (Aspect_TypeOfMarker)(std::min((int)Aspect_TOM_RING3, std::max((int)Aspect_TOM_POINT, aType)));
348   myScaleOfMarker = (resMgr->integerValue("Geometry", "marker_scale", 1)-(int)GEOM::MS_10)*0.5 + 1.0;
349   myScaleOfMarker = std::min(7.0, std::max(1., myScaleOfMarker));
350
351   myColor = -1;
352   // This color is used for shape displaying. If it is equal -1 then
353   // default color is used.
354   myTexture = "";
355
356   myWidth = -1;
357   myType = -1;
358
359   myToActivate = true;
360   // This parameter is used for activisation/deactivisation of objects to be displayed
361
362   #if OCC_VERSION_LARGE > 0x06050100 // Functionnality available only in OCCT 6.5.2
363   // Activate parallel vizualisation only for testing purpose
364   // and if the corresponding env variable is set to 1
365   char* parallel_visu = getenv("PARALLEL_VISU");
366   if (parallel_visu && atoi(parallel_visu))
367   {
368     MESSAGE("Parallel visualisation on");
369     BRepMesh_IncrementalMesh::SetParallelDefault(Standard_True);
370   }
371   #endif
372
373   myViewFrame = 0;
374
375   myFieldDataType = GEOM::FDT_Double;
376   myFieldDimension = 0;
377   myFieldStepRangeMin = 0;
378   myFieldStepRangeMax = 0;
379 }
380
381 //=================================================================
382 /*!
383  *  GEOM_Displayer::~GEOM_Displayer
384  *  Destructor
385  */
386 //=================================================================
387 GEOM_Displayer::~GEOM_Displayer()
388 {
389 }
390
391 //=================================================================
392 /*!
393  *  GEOM_Displayer::Display
394  *  Display interactive object in the current viewer
395  */
396 //=================================================================
397 void GEOM_Displayer::Display( const Handle(SALOME_InteractiveObject)& theIO,
398                              const bool updateViewer,
399                              SALOME_View* theViewFrame )
400 {
401   SALOME_View* vf = theViewFrame ? theViewFrame : GetActiveView();
402   if ( vf )
403   {
404     SALOME_Prs* prs = buildPresentation( theIO->getEntry(), vf );
405
406     if ( prs )
407     {
408       vf->BeforeDisplay( this, prs );
409       vf->Display( prs );
410       vf->AfterDisplay( this, prs );
411
412       if ( updateViewer )
413         vf->Repaint();
414
415       int aMgrId = getViewManagerId(vf);
416       SalomeApp_Study* aStudy = getStudy();
417       aStudy->setObjectProperty(aMgrId, theIO->getEntry(), GEOM::propertyName( GEOM::Visibility ), 1 );
418
419       setVisibilityState(theIO->getEntry(), Qtx::ShownState);
420
421       delete prs;  // delete presentation because displayer is its owner
422     }
423   }
424 }
425
426 //=================================================================
427 /*!
428  *  GEOM_Displayer::Display
429  *  This overloaded Display() method can be useful for operations
430  *  not using dialog boxes.
431  */
432 //=================================================================
433 void GEOM_Displayer::Display( GEOM::GEOM_BaseObject_ptr theObj, const bool updateViewer )
434 {
435   if ( theObj->_is_nil() )
436     return;
437
438   std::string entry = getEntry( theObj );
439   if ( entry != "" ) {
440     Display(new SALOME_InteractiveObject(entry.c_str(), "GEOM", getName(theObj).c_str()),
441             updateViewer);
442   }
443 }
444
445 //=================================================================
446 /*!
447  *  GEOM_Displayer::Erase
448  *  Erase interactive object in the current viewer
449  */
450 //=================================================================
451 void GEOM_Displayer::Erase( const Handle(SALOME_InteractiveObject)& theIO,
452                             const bool forced,
453                             const bool updateViewer,
454                             SALOME_View* theViewFrame )
455 {
456   if ( theIO.IsNull() )
457     return;
458
459   SALOME_View* vf = theViewFrame ? theViewFrame : GetActiveView();
460
461   if ( vf ) {
462     SALOME_Prs* prs = vf->CreatePrs( theIO->getEntry() );
463     if ( prs ) {
464       vf->BeforeErase( this, prs );
465       vf->Erase( prs, forced );
466       vf->AfterErase( this, prs );
467       if ( updateViewer )
468         vf->Repaint();
469       delete prs;  // delete presentation because displayer is its owner
470
471       int aMgrId = getViewManagerId(vf);
472       SalomeApp_Study* aStudy = getStudy();
473       aStudy->setObjectProperty(aMgrId, theIO->getEntry(), GEOM::propertyName( GEOM::Visibility ), 0 );
474
475       setVisibilityState(theIO->getEntry(), Qtx::HiddenState);
476     }
477   }
478 }
479
480 //=================================================================
481 /*!
482  *  GEOM_Displayer::Erase
483  *  Erase geometry object in the current viewer
484  */
485 //=================================================================
486 void GEOM_Displayer::Erase( GEOM::GEOM_BaseObject_ptr theObj,
487                             const bool forced,
488                             const bool updateViewer,
489                             SALOME_View* theViewFrame)
490 {
491   std::string entry = getEntry( theObj );
492   if ( entry != "" )
493   {
494     Erase(new SALOME_InteractiveObject(entry.c_str(), "GEOM", getName(theObj).c_str()),
495           forced, updateViewer, theViewFrame);
496   }
497 }
498
499 //=================================================================
500 /*!
501  *  GEOM_Displayer::Redisplay
502  *  Redisplay (erase and then display again) interactive object
503  *  in the current viewer
504  */
505 //=================================================================
506 void GEOM_Displayer::Redisplay( const Handle(SALOME_InteractiveObject)& theIO,
507                                 const bool updateViewer,
508                                 const bool checkActiveViewer )
509 {
510   // Remove the object permanently (<forced> == true)
511   SUIT_Session* ses = SUIT_Session::session();
512   SUIT_Application* app = ses->activeApplication();
513   if ( app )
514   {
515     SUIT_Desktop* desk = app->desktop();
516     QList<SUIT_ViewWindow*> wnds = desk->windows();
517     SUIT_ViewWindow* wnd;
518     QListIterator<SUIT_ViewWindow*> it( wnds );
519     while ( it.hasNext() && (wnd = it.next()) )
520     {
521       SUIT_ViewManager* vman = wnd->getViewManager();
522       if ( vman )
523       {
524         SUIT_ViewModel* vmodel = vman->getViewModel();
525         if ( vmodel )
526         {
527           SALOME_View* view = dynamic_cast<SALOME_View*>(vmodel);
528           if ( view )
529           {
530             if ( view->isVisible( theIO ) || ( checkActiveViewer && view == GetActiveView() ) )
531             {
532               Redisplay( theIO, updateViewer, view );
533             }
534           }
535         }
536       }
537     }
538   }
539 }
540
541 //=================================================================
542 /*!
543  *  GEOM_Displayer::Redisplay
544  *  Redisplay (erase and then display again) interactive object
545  *  in the specified view
546  */
547 //=================================================================
548 void GEOM_Displayer::Redisplay( const Handle(SALOME_InteractiveObject)& theIO,
549                                 const bool theUpdateViewer,
550                                 SALOME_View* theViewFrame )
551 {
552   SALOME_View* vf = theViewFrame ? theViewFrame : GetActiveView();
553   if ( !vf )
554   {
555     return;
556   }
557
558   Erase( theIO, true, false, theViewFrame );
559   Display( theIO, theUpdateViewer, theViewFrame );
560 }
561
562 //=================================================================
563 /*!
564  *  GEOM_Displayer::Display
565  *  Calls Display() method for each object in the given list
566  */
567 //=================================================================
568 void GEOM_Displayer::Display( const SALOME_ListIO& theIOList, const bool updateViewer )
569 {
570   SALOME_ListIteratorOfListIO Iter( theIOList );
571   for ( ; Iter.More(); Iter.Next() ) {
572     Display( Iter.Value(), false );
573   }
574   if ( updateViewer )
575     UpdateViewer();
576 }
577
578 Quantity_Color GEOM_Displayer::qColorFromResources( const QString& property, const QColor& defColor )
579 {
580   // VSR: this method can be improved in future:
581   // to improve performance, the default values from resource manager should be cached in the displayer
582   return SalomeApp_Tools::color( SUIT_Session::session()->resourceMgr()->colorValue( "Geometry", property, defColor ) );
583 }
584
585 QColor GEOM_Displayer::colorFromResources( const QString& property, const QColor& defColor )
586 {
587   // VSR: this method can be improved in future:
588   // to improve performance, the default values from resource manager should be cached in the displayer
589   return SUIT_Session::session()->resourceMgr()->colorValue( "Geometry", property, defColor );
590 }
591
592 void GEOM_Displayer::updateShapeProperties( const Handle(GEOM_AISShape)& AISShape, bool create )
593 {
594   // check that shape is not null
595   if ( AISShape.IsNull() ) return;
596   
597   // check that study is active
598   SalomeApp_Study* study = getStudy();
599   if ( !study ) return;
600
601   if ( myShape.ShapeType() != TopAbs_VERTEX && // fix pb with not displayed points
602        !TopoDS_Iterator(myShape).More() )
603     return; // NPAL15983 (Bug when displaying empty groups)
604
605   // set interactive object
606
607   Handle( SALOME_InteractiveObject ) anIO;
608
609   if ( !myIO.IsNull() ) {
610     AISShape->setIO( myIO );
611     AISShape->SetOwner( myIO );
612     anIO = myIO;
613   }
614   else if ( !myName.empty() ) {
615     // workaround to allow selection of temporary objects
616     static int tempId = 0;
617     anIO = new SALOME_InteractiveObject( QString( "TEMP_%1" ).arg( tempId++ ).toLatin1().data(), "GEOM", myName.c_str() );
618     AISShape->setIO( anIO );
619     AISShape->SetOwner( anIO );
620   }
621
622   // flag:  only vertex or compound of vertices is processed (specific handling)
623   bool onlyVertex = myShape.ShapeType() == TopAbs_VERTEX || isCompoundOfVertices( myShape );
624   // presentation study entry (empty for temporary objects like preview)
625   QString entry = !anIO.IsNull() ? QString( anIO->getEntry() ) : QString();
626   // flag: temporary object
627   bool isTemporary = entry.isEmpty() || entry.startsWith( "TEMP_" );
628   // currently active view window's ID (-1 if no active view)
629   int aMgrId = !anIO.IsNull() ? getViewManagerId( myViewFrame ) : -1;
630
631   // get presentation properties
632   PropMap propMap = getObjectProperties( study, entry, myViewFrame );
633
634   // Temporary staff: vertex must be infinite for correct visualization
635   AISShape->SetInfiniteState( myShape.Infinite() ); // || myShape.ShapeType() == TopAbs_VERTEX // VSR: 05/04/2010: Fix 20668 (Fit All for points & lines)
636
637   // set material
638   Material_Model material;
639   // if predefined color isn't set in displayer(via GEOM_Displayer::SetColor() function)
640   if( !HasColor() )
641     material.fromProperties( propMap.value( GEOM::propertyName( GEOM::Material ) ).toString() );
642   // - set front material properties
643   AISShape->SetCurrentFacingModel( Aspect_TOFM_FRONT_SIDE );
644   AISShape->SetMaterial( material.getMaterialOCCAspect( true ) );
645   // - set back material properties
646   AISShape->SetCurrentFacingModel( Aspect_TOFM_BACK_SIDE );
647   AISShape->SetMaterial( material.getMaterialOCCAspect( false ) );
648   // - switch to default (both sides) facing mode
649   AISShape->SetCurrentFacingModel( Aspect_TOFM_BOTH_SIDE );
650
651   // set colors
652
653   // - shading color
654   if ( HasColor()  ) {
655     // predefined color, manually set to displayer via GEOM_Displayer::SetColor() function;
656     // we set it to the shape not taking into account material properties
657     AISShape->SetShadingColor( (Quantity_NameOfColor)GetColor() );
658   }
659   else if ( !material.isPhysical() ) {
660     // shading color from properties is used only for non-physical materials
661     AISShape->SetShadingColor( SalomeApp_Tools::color( propMap.value( GEOM::propertyName( GEOM::ShadingColor ) ).value<QColor>() ) );
662   }
663
664   // - wireframe color
665   Handle(Prs3d_LineAspect) anAspect = AISShape->Attributes()->LineAspect();
666   anAspect->SetColor( HasColor() ? (Quantity_NameOfColor)GetColor() : 
667                       SalomeApp_Tools::color( propMap.value( GEOM::propertyName( GEOM::WireframeColor ) ).value<QColor>() ) );
668   AISShape->Attributes()->SetLineAspect( anAspect );
669   
670   // - unfree boundaries color
671   anAspect = AISShape->Attributes()->UnFreeBoundaryAspect();
672   anAspect->SetColor( HasColor() ? (Quantity_NameOfColor)GetColor() : 
673                       SalomeApp_Tools::color( propMap.value( GEOM::propertyName( GEOM::WireframeColor ) ).value<QColor>() ) );
674   AISShape->Attributes()->SetUnFreeBoundaryAspect( anAspect );
675   
676   // - free boundaries color
677   anAspect = AISShape->Attributes()->FreeBoundaryAspect();
678   anAspect->SetColor( HasColor() ? (Quantity_NameOfColor)GetColor() : 
679                       SalomeApp_Tools::color( propMap.value( GEOM::propertyName( GEOM::FreeBndColor ) ).value<QColor>() ) );
680   AISShape->Attributes()->SetFreeBoundaryAspect( anAspect );
681   
682   // - standalone edges color
683   anAspect = AISShape->Attributes()->WireAspect();
684   anAspect->SetColor( HasColor() ? (Quantity_NameOfColor)GetColor() : 
685                       SalomeApp_Tools::color( propMap.value( GEOM::propertyName( GEOM::LineColor ) ).value<QColor>() ) );
686   AISShape->Attributes()->SetWireAspect( anAspect );
687   
688   // - color for edges in shading+edges mode
689   AISShape->SetEdgesInShadingColor( SalomeApp_Tools::color( propMap.value( GEOM::propertyName( GEOM::OutlineColor ) ).value<QColor>() ) );
690   
691   // ???
692   AISShape->storeBoundaryColors();
693
694   // set display mode
695   AISShape->SetDisplayMode( HasDisplayMode() ? 
696                             // predefined display mode, manually set to displayer via GEOM_Displayer::SetDisplayMode() function 
697                             GetDisplayMode() :
698                             // display mode from properties
699                             propMap.value( GEOM::propertyName( GEOM::DisplayMode ) ).toInt() );
700
701   // set display vectors flag
702   AISShape->SetDisplayVectors( propMap.value( GEOM::propertyName( GEOM::EdgesDirection ) ).toBool() );
703
704   // set transparency
705   AISShape->SetTransparency( propMap.value( GEOM::propertyName( GEOM::Transparency ) ).toDouble() );
706
707   // set iso properties
708   int uIsos = propMap.value( GEOM::propertyName( GEOM::NbIsos ) ).toString().split( GEOM::subSectionSeparator() )[0].toInt();
709   int vIsos = propMap.value( GEOM::propertyName( GEOM::NbIsos ) ).toString().split( GEOM::subSectionSeparator() )[1].toInt();
710   Quantity_Color isosColor = SalomeApp_Tools::color( propMap.value( GEOM::propertyName( GEOM::IsosColor ) ).value<QColor>() );
711   int isosWidth = propMap.value( GEOM::propertyName( GEOM::IsosWidth ) ).toInt();
712   Handle(Prs3d_IsoAspect) uIsoAspect = AISShape->Attributes()->UIsoAspect();
713   Handle(Prs3d_IsoAspect) vIsoAspect = AISShape->Attributes()->VIsoAspect();
714   uIsoAspect->SetColor( isosColor );
715   uIsoAspect->SetWidth( isosWidth );
716   uIsoAspect->SetNumber( uIsos );
717   vIsoAspect->SetColor( isosColor );
718   vIsoAspect->SetWidth( isosWidth );
719   vIsoAspect->SetNumber( vIsos );
720   AISShape->Attributes()->SetUIsoAspect( uIsoAspect );
721   AISShape->Attributes()->SetVIsoAspect( vIsoAspect );
722
723   // set deflection coefficient
724   // ... to avoid to small values of the coefficient, its lower value is limited 
725   AISShape->SetOwnDeviationCoefficient( qMax( propMap.value( GEOM::propertyName( GEOM::Deflection ) ).toDouble(), GEOM::minDeflection() ) );
726
727   // set texture
728   bool textureAdded = false;
729   if ( HasTexture() ) {
730     // predefined display texture, manually set to displayer via GEOM_Displayer::SetTexture() function 
731     AISShape->SetTextureFileName( TCollection_AsciiString( GetTexture().c_str() ) );
732     if ( ! entry.isEmpty() ) {
733       // check that study is active
734       SalomeApp_Study* study = getActiveStudy();
735       if ( study ) {
736         // Store the texture in object properties for next displays
737         study->setObjectProperty( aMgrId, entry, GEOM::propertyName( GEOM::Texture ), QString( GetTexture().c_str() ) );
738         study->setObjectProperty( aMgrId, entry, GEOM::propertyName( GEOM::DisplayMode ), 3 );
739         
740         // Update porpeties map
741         propMap = getObjectProperties( study, entry, myViewFrame );
742       }
743     }
744     textureAdded = true;
745   }
746   else {
747     // Texture from properties
748     QString aTexture = propMap.value( GEOM::propertyName( GEOM::Texture ) ).toString();
749     if ( !aTexture.isEmpty() ) {
750        AISShape->SetTextureFileName( TCollection_AsciiString( aTexture.toStdString().c_str() ) );
751        textureAdded = true;
752     }
753   }
754  
755   if ( textureAdded ){ 
756     AISShape->SetTextureMapOn();
757     AISShape->DisableTextureModulate();
758   }
759
760   // set line width
761   AISShape->SetWidth( HasWidth() ?
762                       // predefined line width, manually set to displayer via GEOM_Displayer::SetLineWidth() function 
763                       GetWidth() :
764                       // libe width from properties
765                       propMap.value( GEOM::propertyName( GEOM::LineWidth ) ).toInt() );
766
767   // set top-level flag
768   AISShape->setTopLevel( propMap.value( GEOM::propertyName( GEOM::TopLevel ) ).toBool() );
769
770   // set point marker (for vertex / compound of vertices only)
771   if ( onlyVertex ) {
772     QStringList aList = propMap.value( GEOM::propertyName( GEOM::PointMarker ) ).toString().split( GEOM::subSectionSeparator() );
773     if ( aList.size() == 2 ) {
774       // standard marker string contains "TypeOfMarker:ScaleOfMarker"
775       int aTypeOfMarker = aList[0].toInt();
776       double aScaleOfMarker = (aList[1].toInt() + 1) * 0.5;
777       Handle(Prs3d_PointAspect) anAspect = AISShape->Attributes()->PointAspect();
778       anAspect->SetScale( aScaleOfMarker );
779       anAspect->SetTypeOfMarker( (Aspect_TypeOfMarker)( aTypeOfMarker-1 ) );
780       anAspect->SetColor( HasColor() ? 
781                           // predefined color, manually set to displayer via GEOM_Displayer::SetColor() function
782                           (Quantity_NameOfColor)GetColor() : 
783                           // color from properties
784                           SalomeApp_Tools::color( propMap.value( GEOM::propertyName( GEOM::PointColor ) ).value<QColor>() ) );
785       AISShape->Attributes()->SetPointAspect( anAspect );
786     }
787     else if ( aList.size() == 1 ) {
788       // custom marker string contains "IdOfTexture"
789       int textureId = aList[0].toInt();
790       Standard_Integer aWidth, aHeight;
791 #if OCC_VERSION_LARGE > 0x06040000 // Porting to OCCT6.5.1
792       Handle(TColStd_HArray1OfByte) aTexture =
793 #else
794         Handle(Graphic3d_HArray1OfBytes) aTexture =
795 #endif
796         GeometryGUI::getTexture( study, textureId, aWidth, aHeight );
797       if ( !aTexture.IsNull() ) {
798 #if OCC_VERSION_LARGE > 0x06060000 // Porting to OCCT higher 6.6.0 version
799         Handle(Prs3d_PointAspect) aTextureAspect =
800           new Prs3d_PointAspect( HasColor() ? 
801                                  // predefined color, manually set to displayer via GEOM_Displayer::SetColor() function
802                                  (Quantity_NameOfColor)GetColor() : 
803                                  // color from properties 
804                                  SalomeApp_Tools::color( propMap.value( GEOM::propertyName( GEOM::PointColor ) ).value<QColor>() ),
805                                  aWidth, aHeight,
806                                  aTexture );
807 #else
808         int TextureId = 0;
809         Handle(Prs3d_PointAspect) aTextureAspect =
810           new Prs3d_PointAspect( HasColor() ? 
811                                  // predefined color, manually set to displayer via GEOM_Displayer::SetColor() function
812                                  (Quantity_NameOfColor)GetColor() : 
813                                  // color from properties 
814                                  SalomeApp_Tools::color( propMap.value( GEOM::propertyName( GEOM::PointColor ) ).value<QColor>() ), 
815                                  ++TextureId,
816                                  aWidth, aHeight,
817                                  aTexture );
818 #endif
819         AISShape->Attributes()->SetPointAspect( aTextureAspect );
820       }
821     }
822   }
823
824   // set field step data
825   AISShape->setFieldStepInfo( myFieldDataType,
826                               myFieldDimension,
827                               myFieldStepData,
828                               myFieldStepName,
829                               myFieldStepRangeMin,
830                               myFieldStepRangeMax );
831
832   if ( create && !isTemporary && aMgrId != -1 ) {
833     // set properties to the study
834     study->setObjectPropMap( aMgrId, entry, propMap );
835   }
836
837   // AISShape->SetName(???); ??? necessary to set name ???
838 }
839
840 void GEOM_Displayer::updateActorProperties( GEOM_Actor* actor, bool create )
841 {
842   // check that actor is not null
843   if ( !actor ) return;
844   
845   // check that study is active
846   SalomeApp_Study* study = getStudy();
847   if ( !study ) return;
848
849   // set interactive object
850
851   Handle( SALOME_InteractiveObject ) anIO;
852
853   if ( !myIO.IsNull() ) {
854     actor->setIO( myIO );
855     anIO = myIO;
856   }
857   else if ( !myName.empty() ) {
858     // workaround to allow selection of temporary objects
859     static int tempId = 0;
860     anIO = new SALOME_InteractiveObject( QString( "TEMP_VTK_%1" ).arg( tempId++ ).toLatin1().data(), "GEOM", myName.c_str() );
861     actor->setIO( anIO );
862   }
863
864   // presentation study entry (empty for temporary objects like preview)
865   QString entry = !anIO.IsNull() ? QString( anIO->getEntry() ) : QString();
866   // flag: temporary object
867   bool isTemporary = entry.isEmpty() || entry.startsWith( "TEMP_" );
868   // currently active view window's ID (-1 if no active view)
869   int aMgrId = !anIO.IsNull() ? getViewManagerId( myViewFrame ) : -1;
870
871   // get presentation properties
872   PropMap propMap = getObjectProperties( study, entry, myViewFrame );
873   QColor c;
874
875   /////////////////////////////////////////////////////////////////////////
876   // VSR: for VTK viewer currently deflection coefficient is hardcoded
877   //      due to performance problem
878   // actor->SetShape(myShape,aDefPropMap.value(GEOM::propertyName( GEOM::Deflection )).toDouble(),myType == GEOM_VECTOR);
879   /////////////////////////////////////////////////////////////////////////
880   if ( !actor->getTopo().IsSame( myShape ) )
881     actor->SetShape( myShape, VTK_MIN_DEFLECTION, myType == GEOM_VECTOR );
882
883   // set material
884   Material_Model material;
885   material.fromProperties( propMap.value( GEOM::propertyName( GEOM::Material ) ).toString() );
886   std::vector<vtkProperty*> mprops;
887   mprops.push_back( material.getMaterialVTKProperty( true ) );
888   mprops.push_back( material.getMaterialVTKProperty( false) );
889   actor->SetMaterial( mprops );
890
891   // set iso-lines properties
892
893   // - set number of iso-lines
894   int nbIsos[2]= { 1, 1 };
895   QStringList isos = propMap.value( GEOM::propertyName( GEOM::NbIsos ) ).toString().split( GEOM::subSectionSeparator() );
896   nbIsos[0] = isos[0].toInt();
897   nbIsos[1] = isos[1].toInt();
898   actor->SetNbIsos( nbIsos );
899
900   // - set iso-lines width
901   actor->SetIsosWidth( propMap.value( GEOM::propertyName( GEOM::IsosWidth ) ).toInt() );
902
903   // - set iso-lines color
904   c = propMap.value( GEOM::propertyName( GEOM::IsosColor ) ).value<QColor>();
905   actor->SetIsosColor( c.redF(), c.greenF(), c.blueF() );
906
907   // set colors
908
909   if ( HasColor()  ) {
910     // - same color for all sub-actors
911     Quantity_Color aColor( (Quantity_NameOfColor)GetColor() );
912     actor->SetColor( aColor.Red(), aColor.Green(), aColor.Blue() );
913   }
914   else {
915     // shading color (for non-physical materials)
916     if ( !material.isPhysical() ) {
917       c = propMap.value( GEOM::propertyName( GEOM::ShadingColor ) ).value<QColor>();
918       actor->GetFrontMaterial()->SetColor( c.redF(), c.greenF(), c.blueF() );
919       actor->GetBackMaterial()->SetColor( c.redF(), c.greenF(), c.blueF() );
920     }
921
922     // - standalone edge color
923     c = propMap.value( GEOM::propertyName( GEOM::WireframeColor ) ).value<QColor>();
924     actor->SetIsolatedEdgeColor( c.redF(), c.greenF(), c.blueF() );
925
926     c = propMap.value( GEOM::propertyName( GEOM::WireframeColor ) ).value<QColor>();
927     // - shared edges color ???
928     actor->SetSharedEdgeColor( c.redF(), c.greenF(), c.blueF() );
929
930     c = propMap.value( GEOM::propertyName( GEOM::FreeBndColor ) ).value<QColor>();
931     // - free edges color ???
932     actor->SetFreeEdgeColor( c.redF(), c.greenF(), c.blueF() );
933
934     // - point color
935     c = propMap.value( GEOM::propertyName( GEOM::PointColor ) ).value<QColor>();
936     actor->SetPointColor( c.redF(), c.greenF(), c.blueF() );
937   }
938
939   // - color for edges in shading+edges mode
940   c = propMap.value( GEOM::propertyName( GEOM::OutlineColor ) ).value<QColor>();
941   actor->SetEdgesInShadingColor( c.redF(), c.greenF(), c.blueF() );
942
943   // set opacity
944   actor->SetOpacity( 1.0 - propMap.value( GEOM::propertyName( GEOM::Transparency ) ).toDouble() );
945
946   // set line width
947   actor->SetWidth( HasWidth() ?
948                    // predefined line width, manually set to displayer via GEOM_Displayer::SetLineWidth() function 
949                    GetWidth() :
950                    // libe width from properties
951                    propMap.value( GEOM::propertyName( GEOM::LineWidth ) ).toInt() );
952   
953   // set display vectors flag
954   actor->SetVectorMode( propMap.value( GEOM::propertyName( GEOM::EdgesDirection ) ).toBool() );
955
956   // set display mode
957   int displayMode = HasDisplayMode() ? 
958     // predefined display mode, manually set to displayer via GEOM_Displayer::SetDisplayMode() function 
959     GetDisplayMode() :
960     // display mode from properties
961     propMap.value( GEOM::propertyName( GEOM::DisplayMode ) ).toInt();
962
963   // specific processing of 'shading with edges' mode, as VTK provides only the following standard display modes:
964   // Points - 0, Wireframe - 1, Surface - 2, Insideframe - 3, SurfaceWithEdges - 4
965   // GEOM actor allows alternative display modes (see VTKViewer::Representation enum) and enum in GEOM_Actor:
966   // eWireframe - 0, eShading - 1, eShadingWithEdges - 3
967
968   if ( displayMode == 2 )
969       // this is 'Shading with edges' mode => we have to do the correct mapping to EDisplayMode
970       // enum in GEOM_Actor (and further to VTKViewer::Representation enum)
971     displayMode++;
972   actor->setDisplayMode( displayMode );
973
974   if ( myToActivate )
975     actor->PickableOn();
976   else
977     actor->PickableOff();
978
979   if ( create && !isTemporary && aMgrId != -1 ) {
980     // set properties to the study
981     study->setObjectPropMap( aMgrId, entry, propMap );
982   }
983 }
984
985 //=================================================================
986 /*!
987  *  GEOM_Displayer::updateDimensions
988  *  Creates or renews dimension presentation for the IO.
989  */
990 //=================================================================
991 void GEOM_Displayer::updateDimensions( const Handle(SALOME_InteractiveObject)& theIO,
992                                        SALOME_OCCPrs* thePrs,
993                                        const gp_Ax3& theShapeLCS )
994 {
995   SalomeApp_Study* aStudy = getStudy();
996   if ( !aStudy )
997   {
998     return;
999   }
1000
1001   if ( theIO.IsNull() )
1002   {
1003     return;
1004   }
1005
1006   SOCC_Prs* anOccPrs = dynamic_cast<SOCC_Prs*>( thePrs );
1007
1008   AIS_ListOfInteractive aListOfIO;
1009
1010   anOccPrs->GetObjects( aListOfIO );
1011
1012   AIS_ListIteratorOfListOfInteractive aIterateIO( aListOfIO );
1013
1014   // remove outdated presentations of dimensions
1015   for ( ; aIterateIO.More(); aIterateIO.Next() )
1016   {
1017     const Handle(AIS_InteractiveObject)& anIO = aIterateIO.Value();
1018     if ( !anIO->IsKind( STANDARD_TYPE( AIS_Dimension ) ) )
1019     {
1020       continue;
1021     }
1022
1023     aListOfIO.Remove( aIterateIO );
1024   }
1025
1026   // prepare dimension styling
1027   SUIT_ResourceMgr* aResMgr = SUIT_Session::session()->resourceMgr();
1028
1029   QColor  aQColor       = aResMgr->colorValue  ( "Geometry", "dimensions_color", QColor( 0, 255, 0 ) );
1030   int     aLineWidth    = aResMgr->integerValue( "Geometry", "dimensions_line_width", 1 );
1031   double  aFontHeight   = aResMgr->doubleValue ( "Geometry", "dimensions_font_height", 10 );
1032   double  anArrowLength = aResMgr->doubleValue ( "Geometry", "dimensions_arrow_length", 5 );
1033   bool    isUnitsShown  = aResMgr->booleanValue( "Geometry", "dimensions_show_units", false );
1034   QString aUnitsLength  = aResMgr->stringValue ( "Geometry", "dimensions_length_units", "m" );
1035   QString aUnitsAngle   = aResMgr->stringValue ( "Geometry", "dimensions_angle_units", "deg" );
1036
1037   // restore dimension presentation from saved attribute or property data
1038   AIS_ListOfInteractive aRestoredDimensions;
1039
1040   QVariant aProperty = aStudy->getObjectProperty( GEOM::sharedPropertiesId(),
1041                                                   theIO->getEntry(),
1042                                                   GEOM::propertyName( GEOM::Dimensions ),
1043                                                   QVariant() );
1044
1045   GEOMGUI_DimensionProperty aRecords;
1046
1047   if ( aProperty.isValid() && aProperty.canConvert<GEOMGUI_DimensionProperty>() )
1048   {
1049     aRecords = aProperty.value<GEOMGUI_DimensionProperty>();
1050   }
1051   else
1052   {
1053     aRecords.LoadFromAttribute( getStudy(), theIO->getEntry() );
1054   }
1055   
1056   // create up-to-date dimension presentations
1057   for ( int aPrsIt = 0; aPrsIt < aRecords.GetNumber(); ++aPrsIt )
1058   {
1059     if ( !aRecords.IsVisible( aPrsIt ) )
1060     {
1061       continue;
1062     }
1063
1064     // init dimension by type
1065     Handle(AIS_Dimension) aPrs;
1066     switch( aRecords.GetType( aPrsIt ) )
1067     {
1068       case GEOMGUI_DimensionProperty::DimensionType_Length :
1069       {
1070         Handle(GEOM_AISLength) aLength = new GEOM_AISLength( aPrsIt );
1071         aRecords.GetRecord( aPrsIt )->AsLength()->Update( aLength, theShapeLCS );
1072         aPrs = aLength;
1073         break;
1074       }
1075
1076       case GEOMGUI_DimensionProperty::DimensionType_Diameter :
1077       {
1078         Handle(GEOM_AISDiameter) aDiam = new GEOM_AISDiameter( aPrsIt );
1079         aRecords.GetRecord( aPrsIt )->AsDiameter()->Update( aDiam, theShapeLCS );
1080         aPrs = aDiam;
1081         break;
1082       }
1083
1084       case GEOMGUI_DimensionProperty::DimensionType_Angle :
1085       {
1086         Handle(GEOM_AISAngle) anAng = new GEOM_AISAngle( aPrsIt );
1087         aRecords.GetRecord( aPrsIt )->AsAngle()->Update( anAng, theShapeLCS );
1088         aPrs = anAng;
1089         break;
1090       }
1091     }
1092
1093     aPrs->SetOwner( theIO );
1094
1095     Quantity_Color aColor( aQColor.redF(), aQColor.greenF(), aQColor.blueF(), Quantity_TOC_RGB );
1096
1097     Handle(Prs3d_DimensionAspect) aStyle = new Prs3d_DimensionAspect();
1098
1099     aStyle->SetCommonColor( aColor );
1100     aStyle->MakeUnitsDisplayed( (Standard_Boolean) isUnitsShown );
1101     aStyle->MakeText3d( Standard_True );
1102     aStyle->MakeTextShaded( Standard_True );
1103     aStyle->TextAspect()->SetHeight( aFontHeight );
1104     aStyle->ArrowAspect()->SetLength( anArrowLength );
1105     aStyle->LineAspect()->SetWidth( aLineWidth );
1106     aStyle->SetTextHorizontalPosition( aPrs->DimensionAspect()->TextHorizontalPosition() );
1107     aStyle->SetTextVerticalPosition( aPrs->DimensionAspect()->TextVerticalPosition() );
1108     aPrs->SetDimensionAspect( aStyle );
1109     aPrs->SetPolygonOffsets( Aspect_POM_Fill, -1.0, -1.0 );
1110
1111     aListOfIO.Append( aPrs );
1112   }
1113
1114   // update presentation
1115   anOccPrs->Clear();
1116
1117   for ( aIterateIO.Initialize( aListOfIO ); aIterateIO.More(); aIterateIO.Next() )
1118   {
1119     anOccPrs->AddObject( aIterateIO.Value() );
1120   }
1121 }
1122
1123 //=================================================================
1124 /*!
1125  *  GEOM_Displayer::Erase
1126  *  Calls Erase() method for each object in the given list
1127  */
1128 //=================================================================
1129 void GEOM_Displayer::Erase( const SALOME_ListIO& theIOList,
1130                             const bool forced,
1131                             const bool updateViewer )
1132 {
1133   SALOME_ListIteratorOfListIO Iter( theIOList );
1134   for ( ; Iter.More(); Iter.Next() )
1135     Erase( Iter.Value(), forced, false );
1136
1137   if ( updateViewer )
1138     UpdateViewer();
1139 }
1140
1141 //=================================================================
1142 /*!
1143  *  GEOM_Displayer::Redisplay
1144  *  Calls Redisplay() method for each object in the given list
1145  */
1146 //=================================================================
1147 void GEOM_Displayer::Redisplay( const SALOME_ListIO& theIOList,
1148                                 const bool updateViewer,
1149                                 const bool checkActiveViewer )
1150 {
1151   SALOME_ListIteratorOfListIO Iter( theIOList );
1152   for ( ; Iter.More(); Iter.Next() )
1153     Redisplay( Iter.Value(), false, checkActiveViewer );
1154
1155   if ( updateViewer )
1156     UpdateViewer();
1157 }
1158
1159 //=================================================================
1160 /*!
1161  *  GEOM_Displayer::Redisplay
1162  *  Calls Redisplay() method for each object in the given list
1163  */
1164 //=================================================================
1165 void GEOM_Displayer::Redisplay( const SALOME_ListIO& theIOList,
1166                                 const bool theUpdateViewer,
1167                                 SALOME_View* theViewFrame )
1168 {
1169   SALOME_ListIteratorOfListIO anIter( theIOList );
1170   for ( ; anIter.More(); anIter.Next() )
1171   {
1172     Redisplay( anIter.Value(), false, theViewFrame );
1173   }
1174
1175   if ( theUpdateViewer )
1176   {
1177     UpdateViewer();
1178   }
1179 }
1180
1181 //=================================================================
1182 /*!
1183  *  GEOM_Displayer::Update
1184  *  Update OCC presentaion
1185  *  [ Reimplemented from SALOME_Displayer ]
1186  */
1187 //=================================================================
1188 void GEOM_Displayer::Update( SALOME_OCCPrs* prs )
1189 {
1190   SOCC_Prs* occPrs = dynamic_cast<SOCC_Prs*>( prs );
1191   SalomeApp_Study* study = getStudy();
1192
1193   if ( !occPrs || myShape.IsNull() || !study )
1194     return;
1195
1196   if ( myType == GEOM_MARKER && myShape.ShapeType() == TopAbs_FACE )
1197   {
1198     // 
1199     // specific processing for local coordinate system presentation
1200     // 
1201
1202     TopoDS_Face aFace = TopoDS::Face( myShape );
1203     Handle(Geom_Plane) aPlane = Handle(Geom_Plane)::DownCast( BRep_Tool::Surface( aFace ) );
1204     if ( !aPlane.IsNull() )
1205     {
1206       gp_Ax3 aPos = aPlane->Pln().Position();
1207       Handle(Geom_Axis2Placement) aPlc = new Geom_Axis2Placement( aPos.Ax2() );
1208
1209       Handle(GEOM_AISTrihedron) aTrh;
1210
1211       if ( occPrs->IsNull() )
1212       {
1213         // new presentation is being created
1214         aTrh = new GEOM_AISTrihedron( aPlc );
1215         occPrs->AddObject( aTrh );
1216       }
1217       else
1218       {
1219         // presentation is being updated
1220         AIS_ListOfInteractive aList;
1221         occPrs->GetObjects( aList );
1222         AIS_ListIteratorOfListOfInteractive anIter( aList );
1223         for ( ; anIter.More() && aTrh.IsNull(); anIter.Next() ) {
1224           aTrh = Handle(GEOM_AISTrihedron)::DownCast( anIter.Value() );
1225         }
1226       }
1227         
1228       if ( !aTrh.IsNull() ) {
1229         // predefined color, manually set to displayer via GEOM_Displayer::SetColor() function
1230         if ( HasColor() )
1231           aTrh->SetColor( (Quantity_NameOfColor)GetColor() );
1232         // predefined line width, manually set to displayer via GEOM_Displayer::SetLineWidth() function 
1233         if ( HasWidth() )
1234           aTrh->SetWidth( GetWidth() );
1235         
1236         if ( !myIO.IsNull() )
1237         {
1238           aTrh->setIO( myIO );
1239           aTrh->SetOwner( myIO );
1240         }
1241         aTrh->SetComponent( aPlc );
1242         aTrh->SetToUpdate();
1243       }
1244       occPrs->SetToActivate( ToActivate() );
1245     }
1246   }
1247   else
1248   {
1249     // 
1250     // processing for usual geometry presentation
1251     // 
1252
1253     // if presentation is empty we try to create new one
1254     if ( occPrs->IsNull() )
1255     {
1256       // create presentation (specific for vectors)
1257       Handle(GEOM_AISShape) AISShape = ( myType == GEOM_VECTOR ) ? new GEOM_AISVector( myShape, "" )
1258                                                                  : new GEOM_AISShape ( myShape, "" );
1259
1260       if( myType == GEOM_FIELD_STEP )
1261         AISShape->SetHilightMode( GEOM_AISShape::CustomHighlight );
1262       // update shape properties
1263       updateShapeProperties( AISShape, true );
1264
1265       // add shape to the presentation
1266       occPrs->AddObject( AISShape );
1267
1268       // In accordance with ToActivate() value object will be activated/deactivated
1269       // when it will be displayed
1270       occPrs->SetToActivate( ToActivate() );
1271
1272       if ( AISShape->isTopLevel() && GEOM_AISShape::topLevelDisplayMode() == GEOM_AISShape::TopShowAdditionalWActor ) {
1273         // 21671: EDF 1829 GEOM : Bring to front selected objects (continuation):
1274
1275         // create additional wireframe shape
1276         Handle(GEOM_TopWireframeShape) aWirePrs = new GEOM_TopWireframeShape(myShape);
1277         aWirePrs->SetWidth(AISShape->Width());
1278         if ( !myIO.IsNull() ) {
1279           aWirePrs->setIO( myIO );
1280           aWirePrs->SetOwner( myIO );
1281         }
1282
1283         // add shape to the presentation
1284         occPrs->AddObject( aWirePrs );
1285       }
1286     }
1287     // if presentation is found -> set again shape for it
1288     else
1289     {
1290       AIS_ListOfInteractive IOList;
1291       occPrs->GetObjects( IOList );
1292       AIS_ListIteratorOfListOfInteractive Iter( IOList );
1293       for ( ; Iter.More(); Iter.Next() )
1294       {
1295         Handle(GEOM_AISShape) AISShape = Handle(GEOM_AISShape)::DownCast( Iter.Value() );
1296         if ( AISShape.IsNull() )
1297           continue;
1298
1299         // re-set shape (it might be changed)
1300         if ( AISShape->Shape() != myShape )
1301           AISShape->Set( myShape );
1302
1303         // update shape properties
1304         updateShapeProperties( AISShape, false );
1305
1306         // force updating
1307         AISShape->UpdateSelection();
1308         AISShape->SetToUpdate();
1309       }
1310     }
1311
1312     updateDimensions( myIO, occPrs, GEOMUtils::GetPosition( myShape ) );
1313   }
1314 }
1315
1316 //=================================================================
1317 /*!
1318  *  GEOM_Displayer::Update
1319  *  Update VTK presentaion
1320  *  [ Reimplemented from SALOME_Displayer ]
1321  */
1322 //=================================================================
1323 void GEOM_Displayer::Update( SALOME_VTKPrs* prs )
1324 {
1325   SVTK_Prs* vtkPrs = dynamic_cast<SVTK_Prs*>( prs );
1326   SalomeApp_Study* study = getStudy();
1327
1328   if ( !vtkPrs || myShape.IsNull() || !study )
1329     return;
1330
1331   if ( myType == GEOM_MARKER && myShape.ShapeType() == TopAbs_FACE )
1332   {
1333     // 
1334     // specific processing for local coordinate system presentation
1335     // 
1336
1337     TopoDS_Face aFace = TopoDS::Face( myShape );
1338     Handle(Geom_Plane) aPlane = Handle(Geom_Plane)::DownCast( BRep_Tool::Surface( aFace ) );
1339     if ( !aPlane.IsNull() ) {
1340       gp_Ax3 aPos = aPlane->Pln().Position();
1341       Handle(Geom_Axis2Placement) aPlc = new Geom_Axis2Placement( aPos.Ax2() );
1342
1343       GEOM_VTKTrihedron* aTrh = 0;
1344
1345       if ( vtkPrs->IsNull() ) {
1346         // new presentation is being created
1347         aTrh = GEOM_VTKTrihedron::New();
1348         vtkPrs->AddObject( aTrh );
1349       }
1350       else {
1351         // presentation is being updated
1352         vtkActorCollection* actors = vtkPrs->GetObjects();
1353         if ( actors ) {
1354           actors->InitTraversal();
1355           vtkActor* a = actors->GetNextActor();
1356           while ( a && !aTrh ) {
1357             aTrh = GEOM_VTKTrihedron::SafeDownCast( a );
1358             a = actors->GetNextActor();
1359           }
1360         }
1361       }
1362       
1363       if ( aTrh ) {
1364         // predefined color, manually set to displayer via GEOM_Displayer::SetColor() function
1365         if ( HasColor() ) {
1366           Quantity_Color aColor( (Quantity_NameOfColor)GetColor() );
1367           aTrh->SetColor( aColor.Red(), aColor.Green(), aColor.Blue() );
1368         }
1369 #ifdef VTK_TRIHEDRON_WIDTH
1370         // 
1371         // VSR: currently isn't supported
1372         //
1373         // predefined line width, manually set to displayer via GEOM_Displayer::SetLineWidth() function 
1374         if ( HasWidth() )
1375           aTrh->SetWidth( GetWidth() );
1376 #endif
1377
1378         if ( !myIO.IsNull() )
1379           aTrh->setIO( myIO );
1380
1381         aTrh->SetPlacement( aPlc );
1382       }
1383     }
1384   }
1385   else
1386   {
1387     // 
1388     // processing for usual geometry presentation
1389     // 
1390
1391     // if presentation is empty we try to create new one
1392     if ( vtkPrs->IsNull() )
1393     {
1394       // create an actor
1395       GEOM_Actor* actor = GEOM_Actor::New();
1396       // update actor properties
1397       updateActorProperties( actor, true );
1398       // add actor to the presentation
1399       vtkPrs->AddObject( actor );
1400     }
1401     else {
1402       // presentation is being updated
1403       vtkActorCollection* actors = vtkPrs->GetObjects();
1404       if ( actors ) {
1405         actors->InitTraversal();
1406         vtkActor* a = actors->GetNextActor();
1407         while ( a ) {
1408           GEOM_Actor* actor = GEOM_Actor::SafeDownCast( a );
1409           if ( actor ) {
1410             // update actor properties
1411             updateActorProperties( actor, false );
1412             a = actors->GetNextActor();
1413           }
1414         }
1415       }
1416     }
1417   }
1418 }
1419
1420 //=================================================================
1421 /*!
1422  *  GEOM_Displayer::BuildPrs
1423  *  Build presentation accordint to the current viewer type
1424  */
1425 //=================================================================
1426 SALOME_Prs* GEOM_Displayer::BuildPrs( GEOM::GEOM_Object_ptr theObj )
1427 {
1428   if ( theObj->_is_nil() )
1429     return 0;
1430
1431   myViewFrame = GetActiveView();
1432   if ( myViewFrame == 0 )
1433     return 0;
1434
1435   SALOME_Prs* aPrs = myViewFrame->CreatePrs();
1436   if ( aPrs == 0 )
1437     return 0;
1438
1439   internalReset();
1440   setShape( GEOM_Client::get_client().GetShape( GeometryGUI::GetGeomGen(), theObj ) );
1441   myType = theObj->GetType();
1442
1443   // Update presentation
1444   UpdatePrs( aPrs );
1445
1446   return aPrs;
1447 }
1448
1449 //=================================================================
1450 /*!
1451  *  GEOM_Displayer::BuildPrs
1452  *  Build presentation accordint to the current viewer type
1453  */
1454 //=================================================================
1455 SALOME_Prs* GEOM_Displayer::BuildPrs( const TopoDS_Shape& theShape )
1456 {
1457   myViewFrame = GetActiveView();
1458   if ( theShape.IsNull() || myViewFrame == 0 )
1459     return 0;
1460
1461   SALOME_Prs* aPrs = myViewFrame->CreatePrs();
1462   if ( aPrs == 0 )
1463     return 0;
1464
1465   internalReset();
1466   setShape( theShape );
1467   myType = -1;
1468
1469   UpdatePrs( aPrs );
1470
1471   return aPrs;
1472 }
1473
1474 //=================================================================
1475 /*!
1476  *  GEOM_Displayer::buildPresentation
1477  *  Builds/finds object's presentation for the current viewer
1478  *  Calls corresponding Update() method by means of double dispatch
1479  *  [ internal ]
1480  */
1481 //=================================================================
1482 SALOME_Prs* GEOM_Displayer::buildPresentation( const QString& entry,
1483                                                SALOME_View* theViewFrame )
1484 {
1485   SALOME_Prs* prs = 0;
1486   internalReset();
1487
1488   myViewFrame = theViewFrame ? theViewFrame : GetActiveView();
1489
1490   if ( myViewFrame )
1491   {
1492     prs = LightApp_Displayer::buildPresentation( entry, theViewFrame );
1493     if ( prs )
1494     {
1495       Handle( SALOME_InteractiveObject ) theIO = new SALOME_InteractiveObject();
1496       theIO->setEntry( entry.toLatin1().constData() );
1497       if ( !theIO.IsNull() )
1498       {
1499         // set interactive object
1500         setIO( theIO );
1501         //  Find SOBject (because shape should be published previously)
1502         SUIT_Session* session = SUIT_Session::session();
1503         SUIT_Application* app = session->activeApplication();
1504         if ( app )
1505         {
1506           SalomeApp_Study* study = dynamic_cast<SalomeApp_Study*>( app->activeStudy() );
1507           if ( study )
1508           {
1509             _PTR(SObject) SO ( study->studyDS()->FindObjectID( theIO->getEntry() ) );
1510             if ( SO )
1511             {
1512               // get CORBA reference to data object
1513               CORBA::Object_var object = GeometryGUI::ClientSObjectToObject(SO);
1514               if ( !CORBA::is_nil( object ) )
1515               {
1516                 // downcast to GEOM base object
1517                 GEOM::GEOM_BaseObject_var GeomBaseObject = GEOM::GEOM_BaseObject::_narrow( object );
1518                 if ( !GeomBaseObject->_is_nil() )
1519                 {
1520                   myType = GeomBaseObject->GetType();
1521
1522                   // downcast to GEOM object
1523                   GEOM::GEOM_Object_var GeomObject = GEOM::GEOM_Object::_narrow( GeomBaseObject );
1524                   if ( myType == GEOM_FIELD_STEP )
1525                   {
1526                     // get the GEOM object from the field's shape
1527                     GEOM::GEOM_FieldStep_var GeomFieldStep = GEOM::GEOM_FieldStep::_narrow( GeomBaseObject );
1528                     if ( !GeomFieldStep->_is_nil() )
1529                     {
1530                       GEOM::GEOM_Field_var GeomField = GeomFieldStep->GetField();
1531                       if ( !GeomField->_is_nil() )
1532                         GeomObject = GeomField->GetShape();
1533                     }
1534
1535                     // read the field step information
1536                     readFieldStepInfo( GeomFieldStep );
1537                   }
1538
1539                   if ( !GeomObject->_is_nil() )
1540                   {
1541                     // finally set shape
1542                     setShape( GEOM_Client::get_client().GetShape( GeometryGUI::GetGeomGen(), GeomObject ) );
1543                   }
1544                 }
1545               }
1546             }
1547           }
1548         }
1549       }
1550       UpdatePrs( prs );  // Update presentation by using of the double dispatch
1551     }
1552   }
1553   return prs;
1554 }
1555
1556 //=================================================================
1557 /*!
1558  *  GEOM_Displayer::buildSubshapePresentation
1559  *  Builds/finds object's presentation for the current viewer
1560  *  Calls corresponding Update() method by means of double dispatch
1561  *  For not published objects (for Mantis issue 0020435)
1562  */
1563 //=================================================================
1564 SALOME_Prs* GEOM_Displayer::buildSubshapePresentation(const TopoDS_Shape& aShape,
1565                                                       const QString& entry,
1566                                                       SALOME_View* theViewFrame)
1567 {
1568   SALOME_Prs* prs = 0;
1569   internalReset();
1570
1571   myViewFrame = theViewFrame ? theViewFrame : GetActiveView();
1572
1573   if (myViewFrame)
1574   {
1575     prs = LightApp_Displayer::buildPresentation(entry, theViewFrame);
1576     if (prs)
1577     {
1578       Handle(SALOME_InteractiveObject) theIO = new SALOME_InteractiveObject();
1579       theIO->setEntry(entry.toLatin1().constData());
1580       if (!theIO.IsNull())
1581       {
1582         // set interactive object
1583         setIO(theIO);
1584         // finally set shape
1585         setShape(aShape);
1586         myType = GEOM_SUBSHAPE;
1587       }
1588       UpdatePrs(prs);  // Update presentation by using of the double dispatch
1589     }
1590   }
1591   return prs;
1592 }
1593
1594 //=================================================================
1595 /*!
1596  *  GEOM_Displayer::internalReset
1597  *  Resets internal data
1598  *  [internal]
1599  */
1600 //=================================================================
1601 void GEOM_Displayer::internalReset()
1602 {
1603   myIO.Nullify();
1604   myShape.Nullify();
1605
1606   myFieldDataType = GEOM::FDT_Double;
1607   myFieldDimension = 0;
1608   myFieldStepData.clear();
1609   myFieldStepName.Clear();
1610   myFieldStepRangeMin = 0;
1611   myFieldStepRangeMax = 0;
1612 }
1613
1614 //=================================================================
1615 /*!
1616  *  GEOM_Displayer::LocalSelection
1617  *  Activate selection of CAD shapes with activisation of selection
1618  *  of their sub-shapes (with opened local context for OCC viewer)
1619  */
1620 //=================================================================
1621 void GEOM_Displayer::LocalSelection( const Handle(SALOME_InteractiveObject)& theIO, const int theMode )
1622 {
1623   SUIT_Session* session = SUIT_Session::session();
1624   SalomeApp_Application* app = dynamic_cast<SalomeApp_Application*>( session->activeApplication() );
1625   if ( !app )
1626     return;
1627
1628   LightApp_SelectionMgr* sm = app->selectionMgr();
1629
1630   // remove all filters from selection
1631   sm->clearFilters();
1632
1633   SALOME_View* vf = GetActiveView();
1634   if ( vf ) {
1635     if (!theIO.IsNull() && !vf->isVisible(theIO))
1636       Display(theIO);
1637     SALOME_Prs* prs = vf->CreatePrs( theIO.IsNull() ? 0 : theIO->getEntry() );
1638     vf->LocalSelection( prs, theMode );
1639     delete prs;  // delete presentation because displayer is its owner
1640   }
1641 }
1642
1643 //=================================================================
1644 /*!
1645  *  GEOM_Displayer::globalSelection
1646  *  Activate selection of CAD shapes without activisation of selection
1647  *  of their sub-shapes (without opened local context for OCC viewer)
1648  */
1649 //=================================================================
1650 void GEOM_Displayer::GlobalSelection( const int theMode, const bool update )
1651 {
1652   TColStd_MapOfInteger aModes;
1653   aModes.Add( theMode );
1654   GlobalSelection( aModes, update );
1655 }
1656
1657 //=================================================================
1658 /*!
1659  *  GEOM_Displayer::globalSelection
1660  *  Activate selection of CAD shapes without activisation of selection
1661  *  of their sub-shapes (without opened local context for OCC viewer)
1662  */
1663 //=================================================================
1664 void GEOM_Displayer::GlobalSelection( const TColStd_MapOfInteger& theModes,
1665                                       const bool update, const QList<int>* theSubShapes )
1666 {
1667   SUIT_Session* session = SUIT_Session::session();
1668   SalomeApp_Application* app = dynamic_cast<SalomeApp_Application*>( session->activeApplication() );
1669   if ( !app )
1670     return;
1671
1672   SALOME_View* vf = GetActiveView();
1673   if ( vf == 0 )
1674     return;
1675
1676   // Close local context
1677   vf->GlobalSelection( update );
1678
1679   // Set selection filters in accordance with current mode
1680   LightApp_SelectionMgr* sm = app->selectionMgr();
1681   if ( !sm )
1682     return;
1683
1684   // Remove from selection temporary objects if necessary
1685   if ( !theModes.Contains( GEOM_PREVIEW ) )
1686     clearTemporary( sm );
1687
1688   //@ aSel->ClearIndex();
1689
1690   sm->clearFilters();
1691
1692   // Remove filters from AIS_InteractiveContext
1693   Handle(AIS_InteractiveContext) ic;
1694   SOCC_Viewer* viewer = dynamic_cast<SOCC_Viewer*>( vf );
1695   if ( viewer )
1696     {
1697       ic = viewer->getAISContext();
1698       if ( !ic.IsNull() )
1699         ic->RemoveFilters();
1700     }
1701
1702   if ( theModes.Contains( GEOM_ALLOBJECTS ) )
1703     return;
1704
1705   SUIT_SelectionFilter* aFilter;
1706   if ( theModes.Extent() == 1 )
1707     {
1708       int aMode = TColStd_MapIteratorOfMapOfInteger( theModes ).Key();
1709
1710       if ( aMode == GEOM_COMPOUNDFILTER )
1711         aFilter = getComplexFilter( theSubShapes );
1712       else
1713         aFilter = getFilter( aMode );
1714     }
1715   else if ( theModes.Extent() > 1 )
1716     {
1717       TColStd_MapOfInteger aTopAbsModes;
1718       TColStd_MapIteratorOfMapOfInteger anIter( theModes );
1719       QList<SUIT_SelectionFilter*> aListOfFilters;
1720       for ( ; anIter.More(); anIter.Next() )
1721         {
1722           SUIT_SelectionFilter* aFilter;
1723           int aMode = anIter.Key();
1724           if ( aMode == GEOM_COMPOUNDFILTER )
1725             aFilter = getComplexFilter( theSubShapes );
1726           else
1727             aFilter = getFilter( aMode );
1728
1729           if ( aFilter )
1730             aListOfFilters.append( aFilter );
1731         }
1732
1733       aFilter = new GEOM_LogicalFilter( aListOfFilters, GEOM_LogicalFilter::LO_OR );
1734     }
1735   else
1736     return;
1737
1738   if ( aFilter )
1739     {
1740       sm->installFilter( aFilter );
1741       if ( !ic.IsNull() )
1742         {
1743           Handle(GEOM_OCCFilter) anOCCFilter = new GEOM_OCCFilter( sm );
1744           ic->AddFilter( anOCCFilter );
1745         }
1746     }
1747 }
1748
1749 //=================================================================
1750 /*!
1751  *  GEOM_Displayer::LocalSelection
1752  *  Activate selection of CAD shapes with activisation of selection
1753  *  of their sub-shapes (with opened local context for OCC viewer)
1754  */
1755 //=================================================================
1756 void GEOM_Displayer::LocalSelection( const SALOME_ListIO& theIOList, const int theMode )
1757 {
1758   SALOME_ListIteratorOfListIO Iter( theIOList );
1759   for ( ; Iter.More(); Iter.Next() )
1760     LocalSelection( Iter.Value(), theMode );
1761 }
1762
1763 //=================================================================
1764 /*!
1765  *  GEOM_Displayer::BeforeDisplay
1766  *  Called before displaying of pars. Close local context
1767  *  [ Reimplemented from SALOME_Displayer ]
1768  */
1769 //=================================================================
1770 void GEOM_Displayer::BeforeDisplay( SALOME_View* v, const SALOME_OCCPrs* )
1771 {
1772   SOCC_Viewer* vf = dynamic_cast<SOCC_Viewer*>( v );
1773   if ( vf )
1774   {
1775     Handle(AIS_InteractiveContext) ic = vf->getAISContext();
1776     if ( !ic.IsNull() )
1777     {
1778       if ( ic->HasOpenedContext() )
1779       ic->CloseAllContexts();
1780     }
1781   }
1782 }
1783
1784 void GEOM_Displayer::AfterDisplay( SALOME_View* v, const SALOME_OCCPrs* p )
1785 {
1786   UpdateColorScale(false,false);
1787 }
1788
1789 void GEOM_Displayer::AfterErase( SALOME_View* v, const SALOME_OCCPrs* p )
1790 {
1791   LightApp_Displayer::AfterErase( v, p );
1792   UpdateColorScale(false,false);
1793 }
1794
1795 //=================================================================
1796 /*!
1797  *  GEOM_Displayer::SetColor
1798  *  Set color for shape displaying. If it is equal -1 then default color is used.
1799  *  Available values are from Quantity_NameOfColor enumeration
1800  */
1801 //=================================================================
1802 void GEOM_Displayer::SetColor( const int color )
1803 {
1804   if ( color == -1 )
1805     UnsetColor();
1806   else
1807   {
1808     myColor = color;
1809     myShadingColor = Quantity_Color( (Quantity_NameOfColor)color );
1810   }
1811 }
1812
1813 int GEOM_Displayer::GetColor() const
1814 {
1815   return myColor;
1816 }
1817
1818 bool GEOM_Displayer::HasColor() const
1819 {
1820   return myColor != -1;
1821 }
1822
1823 void GEOM_Displayer::UnsetColor()
1824 {
1825   myColor = -1;
1826
1827   SUIT_ResourceMgr* resMgr = SUIT_Session::session()->resourceMgr();
1828   QColor col = resMgr->colorValue( "Geometry", "shading_color", QColor( 255, 0, 0 ) );
1829   myShadingColor = SalomeApp_Tools::color( col );
1830 }
1831
1832 //=================================================================
1833 /*!
1834  *  GEOM_Displayer::SetTexture
1835  *  Set color for shape displaying. If it is equal -1 then default color is used.
1836  *  Available values are from Quantity_NameOfColor enumeration
1837  */
1838 //=================================================================
1839 void GEOM_Displayer::SetTexture( const std::string& texureFileName )
1840 {
1841   if(texureFileName!="")
1842   {
1843     myTexture = texureFileName;
1844   }
1845 }
1846
1847 bool GEOM_Displayer::HasTexture() const
1848 {
1849   return myTexture != "";
1850 }
1851
1852 std::string GEOM_Displayer::GetTexture() const
1853 {
1854   return myTexture;
1855 }
1856
1857 //=================================================================
1858 /*!
1859  *  GEOM_Displayer::SetWidth
1860  *  Set width of shape displaying. If it is equal -1 then default width is used.
1861  */
1862 //=================================================================
1863 void GEOM_Displayer::SetWidth( const double width )
1864 {
1865   myWidth = width;
1866 }
1867
1868 double GEOM_Displayer::GetWidth() const
1869 {
1870   return myWidth;
1871 }
1872
1873 bool GEOM_Displayer::HasWidth() const
1874 {
1875   return myWidth != -1;
1876 }
1877
1878 void GEOM_Displayer::UnsetWidth()
1879 {
1880   myWidth = -1;
1881 }
1882
1883
1884 int GEOM_Displayer::GetIsosWidth() const
1885 {
1886   return myIsosWidth;
1887 }
1888
1889 void GEOM_Displayer::SetIsosWidth(const int width)
1890 {
1891   myIsosWidth = width;
1892 }
1893
1894 bool GEOM_Displayer::HasIsosWidth() const
1895 {
1896   return myIsosWidth != -1;
1897 }
1898
1899
1900 //=================================================================
1901 /*!
1902  *  GEOM_Displayer::SetToActivate
1903  *  This method is used for activisation/deactivisation of objects to be displayed
1904  */
1905 //=================================================================
1906 void GEOM_Displayer::SetToActivate( const bool toActivate )
1907 {
1908   myToActivate = toActivate;
1909 }
1910 bool GEOM_Displayer::ToActivate() const
1911 {
1912   return myToActivate;
1913 }
1914
1915 //=================================================================
1916 /*!
1917  *  GEOM_Displayer::clearTemporary
1918  *  Removes from selection temporary objects
1919  */
1920 //=================================================================
1921 void GEOM_Displayer::clearTemporary( LightApp_SelectionMgr* theSelMgr )
1922 {
1923   SALOME_ListIO selected, toSelect;
1924   theSelMgr->selectedObjects( selected );
1925
1926   for (  SALOME_ListIteratorOfListIO it( selected ) ; it.More(); it.Next() ) {
1927     Handle(SALOME_InteractiveObject) io = it.Value();
1928     if ( !io.IsNull() && io->hasEntry() && strncmp( io->getEntry(), "TEMP_", 5 ) != 0 )
1929       toSelect.Append( it.Value() );
1930   }
1931
1932   theSelMgr->setSelectedObjects( toSelect, true );
1933 }
1934
1935 void GEOM_Displayer::SetName( const char* theName )
1936 {
1937   myName = theName;
1938 }
1939
1940 void GEOM_Displayer::UnsetName()
1941 {
1942   myName = "";
1943 }
1944
1945 SalomeApp_Study* GEOM_Displayer::getStudy() const
1946 {
1947   return dynamic_cast<SalomeApp_Study*>( myApp->activeStudy() );
1948 }
1949
1950 void GEOM_Displayer::setIO( const Handle(SALOME_InteractiveObject)& theIO )
1951 {
1952   myIO = theIO;
1953 }
1954
1955 void GEOM_Displayer::setShape( const TopoDS_Shape& theShape )
1956 {
1957   myShape = theShape;
1958 }
1959
1960 void GEOM_Displayer::setFieldStepInfo( const GEOM::field_data_type theFieldDataType,
1961                                        const int theFieldDimension,
1962                                        const QList<QVariant>& theFieldStepData,
1963                                        const TCollection_AsciiString& theFieldStepName,
1964                                        const double theFieldStepRangeMin,
1965                                        const double theFieldStepRangeMax )
1966 {
1967   myFieldDataType = theFieldDataType;
1968   myFieldDimension = theFieldDimension;
1969   myFieldStepData = theFieldStepData;
1970   myFieldStepName = theFieldStepName;
1971   myFieldStepRangeMin = theFieldStepRangeMin;
1972   myFieldStepRangeMax = theFieldStepRangeMax;
1973 }
1974
1975 bool GEOM_Displayer::canBeDisplayed( const QString& entry, const QString& viewer_type ) const
1976 {
1977   _PTR(SObject) anObj = getStudy()->studyDS()->FindObjectID( (const char*)entry.toLatin1() );
1978   GEOM::GEOM_Object_var aGeomObj = GEOM::GEOM_Object::_narrow(GeometryGUI::ClientSObjectToObject(anObj)); // enable displaying of GEOM objects
1979   GEOM::GEOM_FieldStep_var aFieldStepObj = GEOM::GEOM_FieldStep::_narrow(GeometryGUI::ClientSObjectToObject(anObj)); // enable displaying of GEOM field steps
1980   GEOM::GEOM_Gen_var aCompObj = GEOM::GEOM_Gen::_narrow(GeometryGUI::ClientSObjectToObject(anObj)); // enable displaying of whole GEOM component
1981   return ( !CORBA::is_nil( aGeomObj ) || !CORBA::is_nil( aFieldStepObj ) || !CORBA::is_nil( aCompObj ) ) &&
1982          (viewer_type == SOCC_Viewer::Type() || viewer_type == SVTK_Viewer::Type());
1983 }
1984
1985 int GEOM_Displayer::SetDisplayMode( const int theMode )
1986 {
1987   int aPrevMode = myDisplayMode;
1988   if ( theMode != -1 ) {
1989     myDisplayMode = theMode;
1990     myHasDisplayMode = true;
1991   }
1992   else {
1993     UnsetDisplayMode();
1994   }
1995   return aPrevMode;
1996 }
1997
1998 int GEOM_Displayer::GetDisplayMode() const
1999 {
2000   return myDisplayMode;
2001 }
2002
2003 int GEOM_Displayer::UnsetDisplayMode()
2004 {
2005   int aPrevMode = myDisplayMode;
2006   SUIT_ResourceMgr* resMgr = SUIT_Session::session()->resourceMgr();
2007   myDisplayMode = resMgr->integerValue( "Geometry", "display_mode", 0 );
2008   myHasDisplayMode = false;
2009   return aPrevMode;
2010 }
2011
2012 bool GEOM_Displayer::HasDisplayMode() const
2013 {
2014   return myHasDisplayMode;
2015 }
2016
2017 SALOMEDS::Color GEOM_Displayer::getPredefinedUniqueColor()
2018 {
2019   static QList<QColor> colors;
2020
2021   if ( colors.isEmpty() ) {
2022
2023     for (int s = 0; s < 2 ; s++)
2024     {
2025       for (int v = 100; v >= 40; v = v - 20)
2026       {
2027         for (int h = 0; h < 359 ; h = h + 60)
2028         {
2029           colors.append(QColor::fromHsv(h, 255 - s * 127, v * 255 / 100));
2030         }
2031       }
2032     }
2033   }
2034
2035   static int currentColor = 0;
2036
2037   SALOMEDS::Color color;
2038   color.R = (double)colors[currentColor].red()   / 255.0;
2039   color.G = (double)colors[currentColor].green() / 255.0;
2040   color.B = (double)colors[currentColor].blue()  / 255.0;
2041
2042   currentColor = (currentColor+1) % colors.count();
2043
2044   return color;
2045 }
2046
2047 SALOMEDS::Color GEOM_Displayer::getUniqueColor( const QList<SALOMEDS::Color>& theReservedColors )
2048 {
2049   int aHue = -1;
2050   int aTolerance = 64;
2051   int anIterations = 0;
2052   int aPeriod = 5;
2053
2054   while( 1 )
2055   {
2056     anIterations++;
2057     if( anIterations % aPeriod == 0 )
2058     {
2059       aTolerance /= 2;
2060       if( aTolerance < 1 )
2061         break;
2062     }
2063     //std::cout << "Iteration N" << anIterations << " (tolerance=" << aTolerance << ")"<< std::endl;
2064
2065     aHue = (int)( 360.0 * rand() / RAND_MAX );
2066     //std::cout << "Hue = " << aHue << std::endl;
2067
2068     //std::cout << "Auto colors : ";
2069     bool ok = true;
2070     QList<SALOMEDS::Color>::const_iterator it = theReservedColors.constBegin();
2071     QList<SALOMEDS::Color>::const_iterator itEnd = theReservedColors.constEnd();
2072     for( ; it != itEnd; ++it )
2073     {
2074       SALOMEDS::Color anAutoColor = *it;
2075       QColor aQColor( (int)( anAutoColor.R * 255.0 ), (int)( anAutoColor.G * 255.0 ), (int)( anAutoColor.B * 255.0 ) );
2076
2077       int h, s, v;
2078       aQColor.getHsv( &h, &s, &v );
2079       //std::cout << h << " ";
2080       if( abs( h - aHue ) < aTolerance )
2081       {
2082         ok = false;
2083         //std::cout << "break (diff = " << abs( h - aHue ) << ")";
2084         break;
2085       }
2086     }
2087     //std::cout << std::endl;
2088
2089     if( ok )
2090       break;
2091   }
2092
2093   //std::cout << "Hue of the returned color = " << aHue << std::endl;
2094   QColor aColor;
2095   aColor.setHsv( aHue, 255, 255 );
2096
2097   SALOMEDS::Color aSColor;
2098   aSColor.R = (double)aColor.red() / 255.0;
2099   aSColor.G = (double)aColor.green() / 255.0;
2100   aSColor.B = (double)aColor.blue() / 255.0;
2101
2102   return aSColor;
2103 }
2104
2105 PropMap GEOM_Displayer::getObjectProperties( SalomeApp_Study* study,
2106                                              const QString& entry,
2107                                              SALOME_View* view )
2108 {
2109   // get default properties for the explicitly specified default view type
2110   PropMap propMap = GEOM_Displayer::getDefaultPropertyMap();
2111
2112   if ( study && view ) {
2113     SUIT_ViewModel* viewModel = dynamic_cast<SUIT_ViewModel*>( view );
2114     SUIT_ViewManager* viewMgr = ( viewModel != 0 ) ? viewModel->getViewManager() : 0;
2115     int viewId = ( viewMgr != 0 ) ? viewMgr->getGlobalId() : -1;
2116   
2117     if ( viewModel && viewId != -1 ) {
2118       // get properties from the study
2119       PropMap storedMap = study->getObjectPropMap( viewId, entry );
2120       // overwrite default properties from stored ones (that are specified)
2121       for ( int prop = GEOM::Visibility; prop <= GEOM::LastProperty; prop++ ) {
2122         if ( storedMap.contains( GEOM::propertyName( (GEOM::Property)prop ) ) )
2123           propMap.insert( GEOM::propertyName( (GEOM::Property)prop ), 
2124                           storedMap.value( GEOM::propertyName( (GEOM::Property)prop ) ) );
2125       }
2126       // ... specific processing for color
2127       // ... current implementation is to use same stored color for all aspects
2128       // ... (TODO) possible future improvements about free boundaries, standalone edges etc colors can be here
2129       if ( storedMap.contains( GEOM::propertyName( GEOM::Color ) ) ) {
2130         propMap.insert( GEOM::propertyName( GEOM::ShadingColor ),   storedMap.value( GEOM::propertyName( GEOM::Color ) ) );
2131         propMap.insert( GEOM::propertyName( GEOM::WireframeColor ), storedMap.value( GEOM::propertyName( GEOM::Color ) ) );
2132         propMap.insert( GEOM::propertyName( GEOM::LineColor ),      storedMap.value( GEOM::propertyName( GEOM::Color ) ) );
2133         propMap.insert( GEOM::propertyName( GEOM::FreeBndColor ),   storedMap.value( GEOM::propertyName( GEOM::Color ) ) );
2134         propMap.insert( GEOM::propertyName( GEOM::PointColor ),     storedMap.value( GEOM::propertyName( GEOM::Color ) ) );
2135       }
2136
2137       if ( !entry.isEmpty() ) {
2138         // get CORBA reference to geom object
2139         _PTR(SObject) SO( study->studyDS()->FindObjectID( entry.toStdString() ) );
2140         if ( SO ) {
2141           CORBA::Object_var object = GeometryGUI::ClientSObjectToObject( SO );
2142           if ( !CORBA::is_nil( object ) ) {
2143             GEOM::GEOM_Object_var geomObject = GEOM::GEOM_Object::_narrow( object );
2144             if ( !CORBA::is_nil( geomObject ) ) { // to check
2145               // check that geom object has color properly set
2146               bool hasColor = false;
2147               SALOMEDS::Color aSColor = getColor( geomObject, hasColor );
2148               // set color from geometry object (only once, if it is not yet set in GUI)
2149               // current implementation is to use same color for all aspects
2150               // (TODO) possible future improvements about free boundaries, standalone edges etc colors can be here
2151               if ( hasColor && !storedMap.contains( GEOM::propertyName( GEOM::Color ) ) ) {
2152                 QColor objColor = QColor::fromRgbF( aSColor.R, aSColor.G, aSColor.B );
2153                 propMap.insert( GEOM::propertyName( GEOM::ShadingColor ),   objColor );
2154                 propMap.insert( GEOM::propertyName( GEOM::WireframeColor ), objColor );
2155                 propMap.insert( GEOM::propertyName( GEOM::LineColor ),      objColor );
2156                 propMap.insert( GEOM::propertyName( GEOM::FreeBndColor ),   objColor );
2157                 propMap.insert( GEOM::propertyName( GEOM::PointColor ),     objColor );
2158               }
2159               // check that object has point marker properly set
2160               GEOM::marker_type mType = geomObject->GetMarkerType();
2161               GEOM::marker_size mSize = geomObject->GetMarkerSize();
2162               int mTextureId = geomObject->GetMarkerTexture();
2163               bool hasMarker = ( mType > GEOM::MT_NONE && mType < GEOM::MT_USER && mSize > GEOM::MS_NONE && mSize <= GEOM::MS_70 ) || 
2164                                ( mType == GEOM::MT_USER && mTextureId > 0 );
2165               // set point marker from geometry object (only once, if it is not yet set in GUI)
2166               if ( hasMarker && !storedMap.contains( GEOM::propertyName( GEOM::PointMarker ) ) ) {
2167                 if ( mType > GEOM::MT_NONE && mType < GEOM::MT_USER ) {
2168                   // standard type
2169                   propMap.insert( GEOM::propertyName( GEOM::PointMarker ),
2170                                   QString( "%1%2%3" ).arg( (int)mType ).arg( GEOM::subSectionSeparator() ).arg( (int)mSize ) );
2171                 }
2172                 else if ( mType == GEOM::MT_USER ) {
2173                   // custom texture
2174                   propMap.insert( GEOM::propertyName( GEOM::PointMarker ), QString::number( mTextureId ) );
2175                 }
2176               }
2177             }
2178           }
2179         }
2180       }
2181     }
2182   }
2183   return propMap;
2184 }
2185
2186 PropMap GEOM_Displayer::getDefaultPropertyMap()
2187 {
2188   PropMap propMap;
2189
2190   // get resource manager
2191   SUIT_ResourceMgr* resMgr = SUIT_Session::session()->resourceMgr();
2192
2193   // fill in the properties map with default values
2194
2195   // - visibility (false by default)
2196   propMap.insert( GEOM::propertyName( GEOM::Visibility ), false );
2197
2198   // - nb isos (take default value from preferences)
2199   propMap.insert( GEOM::propertyName( GEOM::NbIsos ),
2200                   QString( "%1%2%3" ).
2201                   arg( resMgr->integerValue( "Geometry", "iso_number_u", 1 ) ).
2202                   arg( GEOM::subSectionSeparator() ).
2203                   arg( resMgr->integerValue( "Geometry", "iso_number_v", 1 ) ) );
2204
2205   // - transparency (opacity = 1-transparency)
2206   propMap.insert( GEOM::propertyName( GEOM::Transparency ), 0.0 );
2207
2208   // - display mode (take default value from preferences)
2209   propMap.insert( GEOM::propertyName( GEOM::DisplayMode ),
2210                   resMgr->integerValue( "Geometry", "display_mode", 0 ) );
2211
2212   // - show edges direction flag (false by default)
2213   propMap.insert( GEOM::propertyName( GEOM::EdgesDirection ), false );
2214
2215   // - shading color (take default value from preferences)
2216   propMap.insert( GEOM::propertyName( GEOM::ShadingColor ),
2217                   colorFromResources( "shading_color", QColor( 255, 255, 0 ) ) );
2218
2219   // - wireframe color (take default value from preferences)
2220   propMap.insert( GEOM::propertyName( GEOM::WireframeColor ),
2221                   colorFromResources( "wireframe_color", QColor( 255, 255, 0 ) ) );
2222
2223   // - standalone edges color (take default value from preferences)
2224   propMap.insert( GEOM::propertyName( GEOM::LineColor ),
2225                   colorFromResources( "line_color", QColor( 255, 0, 0 ) ) );
2226
2227   // - free boundaries color (take default value from preferences)
2228   propMap.insert( GEOM::propertyName( GEOM::FreeBndColor ),
2229                   colorFromResources( "free_bound_color", QColor( 0, 255, 0 ) ) );
2230
2231   // - points color (take default value from preferences)
2232   propMap.insert( GEOM::propertyName( GEOM::PointColor ),
2233                   colorFromResources( "point_color", QColor( 255, 255, 0 ) ) );
2234
2235   // - isos color (take default value from preferences)
2236   propMap.insert( GEOM::propertyName( GEOM::IsosColor ),
2237                   colorFromResources( "isos_color", QColor( 200, 200, 200 ) ) );
2238
2239   // - outlines color (take default value from preferences)
2240   propMap.insert( GEOM::propertyName( GEOM::OutlineColor ),
2241                   colorFromResources( "edges_in_shading_color", QColor( 180, 180, 180 ) ) );
2242
2243   // - deflection coefficient (take default value from preferences)
2244   propMap.insert( GEOM::propertyName( GEOM::Deflection ),
2245                   resMgr->doubleValue( "Geometry", "deflection_coeff", 0.001 ) );
2246
2247   // - material (take default value from preferences)
2248   Material_Model material;
2249   material.fromResources( resMgr->stringValue( "Geometry", "material", "Plastic" ) );
2250   propMap.insert( GEOM::propertyName( GEOM::Material ), material.toProperties() );
2251
2252   // - edge width (take default value from preferences)
2253   propMap.insert( GEOM::propertyName( GEOM::LineWidth ),
2254                   resMgr->integerValue( "Geometry", "edge_width", 1 ) );
2255
2256   // - isos width (take default value from preferences)
2257   propMap.insert( GEOM::propertyName( GEOM::IsosWidth ),
2258                   resMgr->integerValue( "Geometry", "isolines_width", 1 ) );
2259
2260   // - point marker (take default value from preferences)
2261   propMap.insert( GEOM::propertyName( GEOM::PointMarker ),
2262                   QString( "%1%2%3" ).
2263                   arg( resMgr->integerValue( "Geometry", "type_of_marker", 1 ) + 1 ).
2264                   arg( GEOM::subSectionSeparator() ).
2265                   arg( resMgr->integerValue( "Geometry", "marker_scale", 1 ) ) );
2266
2267   // - top-level flag (false by default)
2268   propMap.insert( GEOM::propertyName( GEOM::TopLevel ), false );
2269
2270   return propMap;
2271 }
2272
2273 SALOMEDS::Color GEOM_Displayer::getColor(GEOM::GEOM_Object_var theGeomObject, bool& hasColor) {
2274   SALOMEDS::Color aSColor;
2275   hasColor = false;
2276
2277   SUIT_Session* session = SUIT_Session::session();
2278   SalomeApp_Application* app = dynamic_cast<SalomeApp_Application*>( session->activeApplication() );
2279
2280   if ( app && !theGeomObject->_is_nil()) {
2281     SalomeApp_Study* study = dynamic_cast<SalomeApp_Study*>( app->activeStudy() );
2282
2283     if ( study ) {
2284       _PTR(Study) aStudy = study->studyDS();
2285       aSColor = theGeomObject->GetColor();
2286       hasColor = aSColor.R >= 0 && aSColor.G >= 0 && aSColor.B >= 0;
2287       if ( !hasColor ) {
2288 #ifdef GENERAL_AUTOCOLOR // auto-color for all sub-shapes
2289         bool general_autocolor = true;
2290 #else                    // auto-color for groups only
2291         bool general_autocolor = false;
2292 #endif                   // GENERAL_AUTOCOLOR
2293         if ( general_autocolor || theGeomObject->GetType() == GEOM_GROUP ) {
2294           GEOM::GEOM_Object_var aMainObject = theGeomObject->GetMainShape();
2295           if ( !CORBA::is_nil( aMainObject ) && aMainObject->GetAutoColor() ) {
2296 #ifdef SIMPLE_AUTOCOLOR  // simplified algorithm for auto-colors
2297             aSColor = getPredefinedUniqueColor();
2298             hasColor = true;
2299 #else                    // old algorithm  for auto-colors
2300             QList<SALOMEDS::Color> aReservedColors;
2301             CORBA::String_var IOR = app->orb()->object_to_string( aMainObject );
2302             _PTR(SObject) aMainSObject( aStudy->FindObjectIOR( IOR.in() ) );
2303             if ( aMainSObject ) {
2304               _PTR(ChildIterator) it( aStudy->NewChildIterator( aMainSObject ) );
2305               for ( ; it->More(); it->Next() ) {
2306                 _PTR(SObject) aChildSObject( it->Value() );
2307                 GEOM::GEOM_Object_var aChildObject =
2308                   GEOM::GEOM_Object::_narrow(GeometryGUI::ClientSObjectToObject(aChildSObject));
2309                 if ( CORBA::is_nil( aChildObject ) )
2310                   continue;
2311
2312                 SALOMEDS::Color aReservedColor = aChildObject->GetColor();
2313                 if ( aReservedColor.R >= 0 && aReservedColor.G >= 0 && aReservedColor.B >= 0 )
2314                   aReservedColors.append( aReservedColor );
2315               }
2316             }
2317             aSColor = getUniqueColor( aReservedColors );
2318             hasColor = true;
2319 #endif                   // SIMPLE_AUTOCOLOR
2320           }
2321         }
2322       }
2323     }
2324   }
2325   return aSColor;
2326 }
2327
2328
2329 void GEOM_Displayer::EraseWithChildren(const Handle(SALOME_InteractiveObject)& theIO,
2330                                        const bool eraseOnlyChildren) {
2331   SalomeApp_Application* app = dynamic_cast< SalomeApp_Application* >( SUIT_Session::session()->activeApplication() );
2332   if ( !app )
2333     return;
2334
2335   SalomeApp_Study* appStudy = dynamic_cast<SalomeApp_Study*>( app->activeStudy() );
2336   if ( !appStudy )
2337     return;
2338
2339   LightApp_DataObject* parent = appStudy->findObjectByEntry(theIO->getEntry());
2340
2341   if( !parent)
2342     return;
2343
2344   // Erase from all views
2345   QList<SALOME_View*> views;
2346   SALOME_View* view;
2347   ViewManagerList vmans = app->viewManagers();
2348   SUIT_ViewManager* vman;
2349   foreach ( vman, vmans ) {
2350     SUIT_ViewModel* vmod = vman->getViewModel();
2351     view = dynamic_cast<SALOME_View*> ( vmod );
2352     if ( view )
2353       views.append( view );
2354   }
2355
2356   if( views.count() == 0 )
2357     return;
2358
2359   //Erase childrens w/o update views
2360   DataObjectList listObj = parent->children( true );
2361   SUIT_DataObject* obj;
2362   foreach( obj, listObj ) {
2363     LightApp_DataObject* l_obj = dynamic_cast<LightApp_DataObject*>(obj);
2364     if(l_obj)
2365       foreach ( view, views ) {
2366       Handle(SALOME_InteractiveObject) anIO =
2367         new SALOME_InteractiveObject(qPrintable(l_obj->entry()), "GEOM", "");
2368       Erase(anIO, false, false, view);
2369     }
2370   }
2371
2372   //Erase parent with view update or repaint views
2373   foreach ( view, views ) {
2374     if(!eraseOnlyChildren)
2375       Erase(theIO, false, true, view);
2376     else
2377       view->Repaint();
2378   }
2379 }
2380
2381 void GEOM_Displayer::readFieldStepInfo( GEOM::GEOM_FieldStep_var theGeomFieldStep )
2382 {
2383   if( theGeomFieldStep->_is_nil() )
2384     return;
2385
2386   GEOM::GEOM_Field_var aGeomField = theGeomFieldStep->GetField();
2387   if( aGeomField->_is_nil() )
2388     return;
2389
2390   GEOM::GEOM_Object_var aGeomFieldShape = aGeomField->GetShape();
2391   if( aGeomFieldShape->_is_nil() )
2392     return;
2393
2394   TCollection_AsciiString aFieldStepName( theGeomFieldStep->GetName() );
2395   TCollection_AsciiString aFieldName( aGeomField->GetName() );
2396   TCollection_AsciiString aShapeName( aGeomFieldShape->GetName() );
2397
2398   aFieldStepName = aShapeName + "\n" + aFieldName + "\n" + aFieldStepName;
2399
2400   GEOM::field_data_type aFieldDataType = aGeomField->GetDataType();
2401
2402   int aFieldDimension = aGeomField->GetDimension();
2403
2404   GEOM::string_array_var aFieldComponents = aGeomField->GetComponents();
2405   int aFieldNbComponents = aFieldComponents->length();
2406
2407   QList<QVariant> aFieldStepData;
2408   if( aFieldDataType == GEOM::FDT_Bool )
2409   {
2410     GEOM::GEOM_BoolFieldStep_var aGeomBoolFieldStep = GEOM::GEOM_BoolFieldStep::_narrow( theGeomFieldStep );
2411     if ( !aGeomBoolFieldStep->_is_nil() )
2412     {
2413       GEOM::short_array_var aValues = aGeomBoolFieldStep->GetValues();
2414       for( size_t i = 0, n = aValues->length(); i < n; i++ )
2415         aFieldStepData << (bool)aValues[i];
2416     }
2417   }
2418   else if( aFieldDataType == GEOM::FDT_Int )
2419   {
2420     GEOM::GEOM_IntFieldStep_var aGeomIntFieldStep = GEOM::GEOM_IntFieldStep::_narrow( theGeomFieldStep );
2421     if ( !aGeomIntFieldStep->_is_nil() )
2422     {
2423       GEOM::ListOfLong_var aValues = aGeomIntFieldStep->GetValues();
2424       for( size_t i = 0, n = aValues->length(); i < n; i++ )
2425         aFieldStepData << (qlonglong)aValues[i];
2426     }
2427   }
2428   else if( aFieldDataType == GEOM::FDT_Double )
2429   {
2430     GEOM::GEOM_DoubleFieldStep_var aGeomDoubleFieldStep = GEOM::GEOM_DoubleFieldStep::_narrow( theGeomFieldStep );
2431     if ( !aGeomDoubleFieldStep->_is_nil() )
2432     {
2433       GEOM::ListOfDouble_var aValues = aGeomDoubleFieldStep->GetValues();
2434       for( size_t i = 0, n = aValues->length(); i < n; i++ )
2435         aFieldStepData << (double)aValues[i];
2436     }
2437   }
2438   else if( aFieldDataType == GEOM::FDT_String )
2439   {
2440     GEOM::GEOM_StringFieldStep_var aGeomStringFieldStep = GEOM::GEOM_StringFieldStep::_narrow( theGeomFieldStep );
2441     if ( !aGeomStringFieldStep->_is_nil() )
2442     {
2443       GEOM::string_array_var aValues = aGeomStringFieldStep->GetValues();
2444       for( size_t i = 0, n = aValues->length(); i < n; i++ )
2445         aFieldStepData << QString( aValues[i] );
2446     }
2447   }
2448
2449   double aFieldStepRangeMin = 0, aFieldStepRangeMax = 0;
2450   aFieldStepData = groupFieldData( aFieldStepData,
2451                                    aFieldNbComponents,
2452                                    aFieldDataType == GEOM::FDT_String,
2453                                    aFieldStepRangeMin,
2454                                    aFieldStepRangeMax );
2455
2456   setFieldStepInfo( aFieldDataType,
2457                     aFieldDimension,
2458                     aFieldStepData,
2459                     aFieldStepName,
2460                     aFieldStepRangeMin,
2461                     aFieldStepRangeMax );
2462 }
2463
2464 QList<QVariant> GEOM_Displayer::groupFieldData( const QList<QVariant>& theFieldStepData,
2465                                                 const int theFieldNbComponents,
2466                                                 const bool theIsString,
2467                                                 double& theFieldStepRangeMin,
2468                                                 double& theFieldStepRangeMax )
2469 {
2470   QList<QVariant> aResultList;
2471   theFieldStepRangeMin = 0;
2472   theFieldStepRangeMax = 0;
2473
2474   if( theFieldStepData.isEmpty() || theFieldNbComponents < 1 )
2475     return aResultList;
2476
2477   int aNbSubShapes = theFieldStepData.count() / theFieldNbComponents;
2478
2479   QList<QVariant> aGroupedList;
2480
2481   bool anIsBoolean = false;
2482   for( int aSubShape = 0; aSubShape < aNbSubShapes; aSubShape++ )
2483   {
2484     double aNorm = 0;
2485     QStringList aStringList;
2486
2487     int aBaseIndex = aSubShape * theFieldNbComponents;
2488     for( int aComponent = 0; aComponent < theFieldNbComponents; aComponent++ )
2489     {
2490       int anIndex = aComponent + aBaseIndex;
2491
2492       const QVariant& aVariant = theFieldStepData[ anIndex ];
2493       if( theIsString )
2494       {
2495         if( aVariant.type() == QVariant::String )
2496           aStringList << aVariant.toString();
2497       }
2498       else
2499       {
2500         double aValue = 0;
2501         if( aVariant.type() == QVariant::Bool )
2502         {
2503           aValue = aVariant.toBool() ? 1.0 : 0.0;
2504           aNorm += aValue;
2505           anIsBoolean = true;
2506         }
2507         else
2508         {
2509           if( aVariant.type() == QVariant::Int )
2510             aValue = double( aVariant.toInt() );
2511           else if( aVariant.type() == QVariant::Double )
2512             aValue = aVariant.toDouble();
2513           aNorm += aValue * aValue;
2514         }
2515       }
2516     }
2517
2518     if( theIsString )
2519       aGroupedList << aStringList.join( "\n" );
2520     else
2521     {
2522       if( anIsBoolean )
2523         aNorm /= theFieldNbComponents;
2524       else
2525         aNorm = pow( aNorm, 0.5 );
2526
2527       if( aGroupedList.isEmpty() )
2528         theFieldStepRangeMin = theFieldStepRangeMax = aNorm;
2529       else
2530       {
2531         theFieldStepRangeMin = Min( theFieldStepRangeMin, aNorm );
2532         theFieldStepRangeMax = Max( theFieldStepRangeMax, aNorm );
2533       }
2534
2535       aGroupedList << aNorm;
2536     }
2537   }
2538
2539   if( anIsBoolean )
2540   {
2541     theFieldStepRangeMin = 0.0;
2542     theFieldStepRangeMax = 1.0;
2543   }
2544
2545   SUIT_Session* session = SUIT_Session::session();
2546   SUIT_ResourceMgr* resMgr = session->resourceMgr();
2547   Standard_Integer aNbIntervals = resMgr->integerValue( "Geometry", "scalar_bar_nb_intervals", 20 );
2548
2549   QListIterator<QVariant> anIter( aGroupedList );
2550   while( anIter.hasNext() )
2551   {
2552     const QVariant& aVariant = anIter.next();
2553     if( theIsString )
2554       aResultList << aVariant;
2555     else
2556     {
2557       QColor aQColor;
2558       Quantity_Color aColor;
2559       if( FindColor( aVariant.toDouble(), theFieldStepRangeMin, theFieldStepRangeMax, anIsBoolean ? 2 : aNbIntervals, aColor ) )
2560         aQColor = QColor::fromRgbF( aColor.Red(), aColor.Green(), aColor.Blue() );
2561       aResultList << aQColor;
2562     }
2563   }
2564   return aResultList;
2565 }
2566
2567 // Note: the method is copied from Aspect_ColorScale class
2568 Standard_Integer GEOM_Displayer::HueFromValue( const Standard_Integer aValue,
2569                                                const Standard_Integer aMin,
2570                                                const Standard_Integer aMax )
2571 {
2572   Standard_Integer minLimit( 0 ), maxLimit( 230 );
2573
2574   Standard_Integer aHue = maxLimit;
2575   if ( aMin != aMax )
2576     aHue = (Standard_Integer)( maxLimit - ( maxLimit - minLimit ) * ( aValue - aMin ) / ( aMax - aMin ) );
2577
2578   aHue = Min( Max( minLimit, aHue ), maxLimit );
2579
2580   return aHue;
2581 }
2582
2583 // Note: the method is copied from Aspect_ColorScale class
2584 Standard_Boolean GEOM_Displayer::FindColor( const Standard_Real aValue, 
2585                                             const Standard_Real aMin,
2586                                             const Standard_Real aMax,
2587                                             const Standard_Integer ColorsCount,
2588                                             Quantity_Color& aColor )
2589 {
2590   if( aValue<aMin || aValue>aMax || aMax<aMin )
2591     return Standard_False;
2592
2593   else
2594   {
2595     Standard_Real IntervNumber = 0;
2596     if( aValue<aMin )
2597       IntervNumber = 0;
2598     else if( aValue>aMax )
2599       IntervNumber = ColorsCount-1;
2600     else if( Abs( aMax-aMin ) > Precision::Approximation() )
2601       IntervNumber = Floor( Standard_Real( ColorsCount ) * ( aValue - aMin ) / ( aMax - aMin ) ); // 'Ceiling' replaced with 'Floor'
2602
2603     Standard_Integer Interv = Standard_Integer( IntervNumber );
2604
2605     aColor = Quantity_Color( HueFromValue( Interv, 0, ColorsCount - 1 ), 1.0, 1.0, Quantity_TOC_HLS );
2606
2607     return Standard_True;
2608   } 
2609 }
2610
2611 void GEOM_Displayer::UpdateColorScale( const bool theIsRedisplayFieldSteps, const bool updateViewer ) 
2612 {
2613   SalomeApp_Study* aStudy = dynamic_cast<SalomeApp_Study*>( myApp->activeStudy() );
2614   if( !aStudy )
2615     return;
2616
2617   SOCC_Viewer* aViewModel = dynamic_cast<SOCC_Viewer*>( GetActiveView() );
2618   if( !aViewModel )
2619     return;
2620
2621   Handle(V3d_Viewer) aViewer = aViewModel->getViewer3d();
2622   if( aViewer.IsNull() )
2623     return;
2624
2625   aViewer->InitActiveViews();
2626   if( !aViewer->MoreActiveViews() )
2627     return;
2628
2629   Handle(V3d_View) aView = aViewer->ActiveView();
2630   if( aView.IsNull() )
2631     return;
2632
2633   Standard_Boolean anIsDisplayColorScale = Standard_False;
2634   TCollection_AsciiString aColorScaleTitle;
2635   Standard_Real aColorScaleMin = 0, aColorScaleMax = 0;
2636   Standard_Boolean anIsBoolean = Standard_False;
2637
2638   SALOME_ListIO aSelectedObjects;
2639   myApp->selectionMgr()->selectedObjects( aSelectedObjects );
2640   if( aSelectedObjects.Extent() == 1 )
2641   {
2642     Handle(SALOME_InteractiveObject) anIO = aSelectedObjects.First();
2643     if( !anIO.IsNull() )
2644     {
2645       SOCC_Prs* aPrs = dynamic_cast<SOCC_Prs*>( aViewModel->CreatePrs( anIO->getEntry() ) );
2646       if( aPrs )
2647       {
2648         AIS_ListOfInteractive aList;
2649         aPrs->GetObjects( aList );
2650         AIS_ListIteratorOfListOfInteractive anIter( aList );
2651         for( ; anIter.More(); anIter.Next() )
2652         {
2653           Handle(GEOM_AISShape) aShape = Handle(GEOM_AISShape)::DownCast( anIter.Value() );
2654           if( !aShape.IsNull() )
2655           {
2656             GEOM::field_data_type aFieldDataType;
2657             int aFieldDimension;
2658             QList<QVariant> aFieldStepData;
2659             TCollection_AsciiString aFieldStepName;
2660             double aFieldStepRangeMin, aFieldStepRangeMax;
2661             aShape->getFieldStepInfo( aFieldDataType,
2662                                       aFieldDimension,
2663                                       aFieldStepData,
2664                                       aFieldStepName,
2665                                       aFieldStepRangeMin,
2666                                       aFieldStepRangeMax );
2667             if( !aFieldStepData.isEmpty() && aFieldDataType != GEOM::FDT_String )
2668             {
2669               anIsDisplayColorScale = Standard_True;
2670               aColorScaleTitle = aFieldStepName;
2671               aColorScaleMin = aFieldStepRangeMin;
2672               aColorScaleMax = aFieldStepRangeMax;
2673               anIsBoolean = aFieldDataType == GEOM::FDT_Bool;
2674             }
2675           }
2676         }
2677       }
2678     }
2679   }
2680
2681   if( anIsDisplayColorScale )
2682   {
2683     Handle(Aspect_ColorScale) aColorScale = aView->ColorScale();
2684     if( !aColorScale.IsNull() )
2685     {
2686       SUIT_Session* session = SUIT_Session::session();
2687       SUIT_ResourceMgr* resMgr = session->resourceMgr();
2688
2689       Standard_Real anXPos = resMgr->doubleValue( "Geometry", "scalar_bar_x_position", 0.05 );
2690       Standard_Real anYPos = resMgr->doubleValue( "Geometry", "scalar_bar_y_position", 0.1 );
2691       Standard_Real aWidth = resMgr->doubleValue( "Geometry", "scalar_bar_width", 0.2 );
2692       Standard_Real aHeight = resMgr->doubleValue( "Geometry", "scalar_bar_height", 0.5 );
2693       Standard_Integer aTextHeight = resMgr->integerValue( "Geometry", "scalar_bar_text_height", 14 );
2694       Standard_Integer aNbIntervals = resMgr->integerValue( "Geometry", "scalar_bar_nb_intervals", 20 );
2695  
2696       aColorScale->SetXPosition( anXPos );
2697       aColorScale->SetYPosition( anYPos );
2698       aColorScale->SetWidth( aWidth );
2699       aColorScale->SetHeight( aHeight );
2700
2701       aColorScale->SetTextHeight( aTextHeight );
2702       aColorScale->SetNumberOfIntervals( anIsBoolean ? 2 : aNbIntervals );
2703
2704       aColorScale->SetTitle( aColorScaleTitle );
2705       aColorScale->SetRange( aColorScaleMin, aColorScaleMax );
2706     }
2707     if( !aView->ColorScaleIsDisplayed() )
2708       aView->ColorScaleDisplay();
2709   }
2710   else
2711   {
2712     if( aView->ColorScaleIsDisplayed() )
2713       aView->ColorScaleErase();
2714   }
2715
2716   if( theIsRedisplayFieldSteps )
2717   {
2718     _PTR(Study) aStudyDS = aStudy->studyDS();
2719     QList<SUIT_ViewManager*> vmList;
2720     myApp->viewManagers( vmList );
2721     for( QList<SUIT_ViewManager*>::Iterator vmIt = vmList.begin(); vmIt != vmList.end(); vmIt++ )
2722     {
2723       if( SUIT_ViewManager* aViewManager = *vmIt )
2724       {
2725         const ObjMap anObjects = aStudy->getObjectMap( aViewManager->getGlobalId() );
2726         for( ObjMap::ConstIterator objIt = anObjects.begin(); objIt != anObjects.end(); objIt++ )
2727         {
2728           _PTR(SObject) aSObj( aStudyDS->FindObjectID( objIt.key().toLatin1().constData() ) );
2729           if( aSObj )
2730           {
2731             CORBA::Object_var anObject = GeometryGUI::ClientSObjectToObject( aSObj );
2732             if( !CORBA::is_nil( anObject ) )
2733             {
2734               GEOM::GEOM_FieldStep_var aFieldStep = GEOM::GEOM_FieldStep::_narrow( anObject );
2735               if( !aFieldStep->_is_nil() )
2736               {
2737                 CORBA::String_var aStepEntry = aFieldStep->GetStudyEntry();
2738                 Handle(SALOME_InteractiveObject) aStepIO =
2739                   new SALOME_InteractiveObject( aStepEntry.in(), "GEOM", "TEMP_IO" );
2740                 Redisplay( aStepIO, false, false );
2741               }
2742             }
2743           }
2744         }
2745       }
2746     }
2747   }
2748   if(updateViewer)
2749     UpdateViewer();
2750 }