Salome HOME
Issue #3245: Use plane objects on selection of a Sketcher plane as an abstract plane...
[modules/shaper.git] / src / PartSet / PartSet_WidgetSketchLabel.cpp
1 // Copyright (C) 2014-2020  CEA/DEN, EDF R&D
2 //
3 // This library is free software; you can redistribute it and/or
4 // modify it under the terms of the GNU Lesser General Public
5 // License as published by the Free Software Foundation; either
6 // version 2.1 of the License, or (at your option) any later version.
7 //
8 // This library is distributed in the hope that it will be useful,
9 // but WITHOUT ANY WARRANTY; without even the implied warranty of
10 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11 // Lesser General Public License for more details.
12 //
13 // You should have received a copy of the GNU Lesser General Public
14 // License along with this library; if not, write to the Free Software
15 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
16 //
17 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18 //
19
20 #include "PartSet_WidgetSketchLabel.h"
21 #include "PartSet_Tools.h"
22 #include "PartSet_Module.h"
23 #include "PartSet_PreviewPlanes.h"
24 #include "PartSet_SketcherReentrantMgr.h"
25
26 #include "SketchPlugin_SketchEntity.h"
27
28 #include <XGUI_ActionsMgr.h>
29 #include <XGUI_Displayer.h>
30 #include <XGUI_ModuleConnector.h>
31 #include <XGUI_SelectionActivate.h>
32 #include <XGUI_Selection.h>
33 #include <XGUI_SelectionMgr.h>
34 #include <XGUI_Tools.h>
35 #include <XGUI_ViewerProxy.h>
36 #include <XGUI_Workshop.h>
37
38 #include <ModelAPI_ResultBody.h>
39 #include <ModelAPI_Tools.h>
40 #include <ModelAPI_AttributeString.h>
41 #include <ModelAPI_Events.h>
42 #include <ModelAPI_ResultConstruction.h>
43
44 #include <ModuleBase_Operation.h>
45 #include <ModuleBase_ViewerPrs.h>
46 #include <ModuleBase_Tools.h>
47 #include <ModuleBase_IModule.h>
48 #include <ModuleBase_IPropertyPanel.h>
49
50 #include <GeomAlgoAPI_FaceBuilder.h>
51 #include <GeomAlgoAPI_ShapeTools.h>
52 #include <GeomDataAPI_Point.h>
53 #include <GeomDataAPI_Dir.h>
54 #include <GeomAPI_XYZ.h>
55 #include <GeomAPI_Face.h>
56 #include <GeomAPI_Edge.h>
57 #include <GeomAPI_ShapeExplorer.h>
58
59 #include <SketchPlugin_Sketch.h>
60 #include <SketcherPrs_Tools.h>
61
62 #include <Precision.hxx>
63 #include <gp_Pln.hxx>
64 #include <gp_Pnt.hxx>
65 #include <gp_Dir.hxx>
66 #include <AIS_Shape.hxx>
67 #include <AIS_DimensionSelectionMode.hxx>
68 #include <Bnd_Box.hxx>
69
70 #include <Config_WidgetAPI.h>
71 #include <Config_PropManager.h>
72
73 #include <QLabel>
74 #include <QApplication>
75 #include <QVBoxLayout>
76 #include <QHBoxLayout>
77 #include <QCheckBox>
78 #include <QGroupBox>
79 #include <QPushButton>
80 #include <QLineEdit>
81 #include <QDoubleValidator>
82 #include <QDialog>
83 #include <QTimer>
84
85 #ifndef DBL_MAX
86 #define DBL_MAX 1.7976931348623158e+308
87 #endif
88
89 PartSet_WidgetSketchLabel::PartSet_WidgetSketchLabel(QWidget* theParent,
90                         ModuleBase_IWorkshop* theWorkshop,
91                         const Config_WidgetAPI* theData,
92                         const QMap<PartSet_Tools::ConstraintVisibleState, bool>& toShowConstraints)
93 : ModuleBase_WidgetValidated(theParent, theWorkshop, theData), myOpenTransaction(false),
94 myIsSelection(false)
95 {
96   QVBoxLayout* aLayout = new QVBoxLayout(this);
97   ModuleBase_Tools::zeroMargins(aLayout);
98
99   myStackWidget = new QStackedWidget(this);
100   myStackWidget->setContentsMargins(0,0,0,0);
101   aLayout->addWidget(myStackWidget);
102
103   // Define label for plane selection
104   QWidget* aFirstWgt = new QWidget(this);
105
106   // Size of the View control
107   mySizeOfViewWidget = new QWidget(aFirstWgt);
108   QHBoxLayout* aSizeLayout = new QHBoxLayout(mySizeOfViewWidget);
109   aSizeLayout->addWidget(new QLabel(tr("Size of the view"), mySizeOfViewWidget));
110   mySizeOfView = new QLineEdit(mySizeOfViewWidget);
111
112   QDoubleValidator* aValidator = new QDoubleValidator(0, DBL_MAX, 12, mySizeOfView);
113   aValidator->setLocale(ModuleBase_Tools::doubleLocale());
114   aValidator->setNotation(QDoubleValidator::StandardNotation);
115   mySizeOfView->setValidator(aValidator);
116   aSizeLayout->addWidget(mySizeOfView);
117
118   myPartSetMessage = new QDialog(this, Qt::ToolTip);
119   myPartSetMessage->setModal(false);
120   myPartSetMessage->setStyleSheet("background-color:lightyellow;");
121   QVBoxLayout* aMsgLay = new QVBoxLayout(myPartSetMessage);
122   QString aMsg = tr("The Sketch is created in PartSet.\n"
123     "It will be necessary to create a Part in order to use this sketch for body creation");
124   aMsgLay->addWidget(new QLabel(aMsg, myPartSetMessage));
125   myPartSetMessage->hide();
126
127   mySizeMessage = new QDialog(mySizeOfView, Qt::ToolTip);
128   mySizeMessage->setModal(false);
129   mySizeMessage->setStyleSheet("background-color:lightyellow;");
130   aMsgLay = new QVBoxLayout(mySizeMessage);
131   aMsg = tr("A size of Sketch view can be defined here.");
132   aMsgLay->addWidget(new QLabel(aMsg, mySizeMessage));
133   mySizeMessage->hide();
134
135   QString aText = translate(theData->getProperty("title"));
136   QLabel* aLabel = new QLabel(aText, aFirstWgt);
137   aLabel->setWordWrap(true);
138   QString aTooltip = translate(theData->getProperty("tooltip"));
139   aLabel->setToolTip(aTooltip);
140   aLabel->setIndent(5);
141
142   aLayout = new QVBoxLayout(aFirstWgt);
143   ModuleBase_Tools::zeroMargins(aLayout);
144   aLayout->addWidget(mySizeOfViewWidget);
145   aLayout->addWidget(aLabel);
146
147   myRemoveExternal = new QCheckBox(tr("Remove external dependencies"), aFirstWgt);
148   myRemoveExternal->setChecked(false);
149   aLayout->addWidget(myRemoveExternal);
150   myRemoveExternal->setVisible(false);
151
152   aLayout->addStretch(1);
153
154   myStackWidget->addWidget(aFirstWgt);
155
156   // Define widget for sketch manmagement
157   QWidget* aSecondWgt = new QWidget(this);
158   aLayout = new QVBoxLayout(aSecondWgt);
159   ModuleBase_Tools::zeroMargins(aLayout);
160
161   QGroupBox* aViewBox = new QGroupBox(tr("Sketcher plane"), this);
162   QVBoxLayout* aViewLayout = new QVBoxLayout(aViewBox);
163
164   myViewInverted = new QCheckBox(tr("Reversed"), aViewBox);
165   aViewLayout->addWidget(myViewInverted);
166
167   QPushButton* aSetViewBtn =
168     new QPushButton(QIcon(":icons/plane_view.png"), tr("Set plane view"), aViewBox);
169   connect(aSetViewBtn, SIGNAL(clicked(bool)), this, SLOT(onSetPlaneView()));
170   aViewLayout->addWidget(aSetViewBtn);
171
172   aLayout->addWidget(aViewBox);
173
174   QMap<PartSet_Tools::ConstraintVisibleState, QString> aStates;
175   aStates[PartSet_Tools::Geometrical] = tr("Show geometrical constraints");
176   aStates[PartSet_Tools::Dimensional] = tr("Show dimensional constraints");
177   aStates[PartSet_Tools::Expressions] = tr("Show existing expressions");
178
179   QMap<PartSet_Tools::ConstraintVisibleState, QString>::const_iterator anIt = aStates.begin(),
180                                                         aLast = aStates.end();
181   for (; anIt != aLast; anIt++) {
182     QCheckBox* aShowConstraints = new QCheckBox(anIt.value(), this);
183     connect(aShowConstraints, SIGNAL(toggled(bool)), this, SLOT(onShowConstraint(bool)));
184     aLayout->addWidget(aShowConstraints);
185
186     PartSet_Tools::ConstraintVisibleState aState = anIt.key();
187     myShowConstraints[aState] = aShowConstraints;
188
189     if (toShowConstraints.contains(aState))
190       aShowConstraints->setChecked(toShowConstraints[aState]);
191   }
192   myShowPoints = new QCheckBox(tr("Show free points"), this);
193   connect(myShowPoints, SIGNAL(toggled(bool)), this, SIGNAL(showFreePoints(bool)));
194   aLayout->addWidget(myShowPoints);
195
196   myAutoConstraints = new QCheckBox(tr("Automatic constraints"), this);
197   myAutoConstraints->setToolTip(tr("Automatic vertical and horizontal constraints"));
198   connect(myAutoConstraints, SIGNAL(toggled(bool)), this, SIGNAL(autoConstraints(bool)));
199   aLayout->addWidget(myAutoConstraints);
200
201   QPushButton* aPlaneBtn = new QPushButton(tr("Change sketch plane"), aSecondWgt);
202   connect(aPlaneBtn, SIGNAL(clicked(bool)), SLOT(onChangePlane()));
203   aLayout->addWidget(aPlaneBtn);
204
205   aLayout->addSpacing(15);
206
207   myDoFLabel = new QLabel("", aSecondWgt);
208   aLayout->addWidget(myDoFLabel);
209
210   myShowDOFBtn = new QPushButton(tr("Show remaining DoFs"), aSecondWgt);
211   aLayout->addWidget(myShowDOFBtn);
212   myShowDOFBtn->setEnabled(false);
213   connect(myShowDOFBtn, SIGNAL(clicked(bool)), SLOT(onShowDOF()));
214
215   myStackWidget->addWidget(aSecondWgt);
216   //setLayout(aLayout);
217
218   myPreviewPlanes = new PartSet_PreviewPlanes();
219 }
220
221 PartSet_WidgetSketchLabel::~PartSet_WidgetSketchLabel()
222 {
223 }
224
225 bool PartSet_WidgetSketchLabel::setSelection(QList<ModuleBase_ViewerPrsPtr>& theValues,
226                                              const bool theToValidate)
227 {
228   // do not use the given selection if the plane of the sketch has been already set.
229   // If this check is absent, a selected plane in the viewer can be set in the sketch
230   // even if the sketch is built on another plane.
231   if (plane().get())
232     return true;
233
234   ModuleBase_ViewerPrsPtr aPrs = theValues.first();
235   bool aDone = setSelectionInternal(theValues, theToValidate);
236   if (aDone)
237     updateByPlaneSelected(aPrs);
238   return aDone;
239 }
240
241 QList<QWidget*> PartSet_WidgetSketchLabel::getControls() const
242 {
243   QList<QWidget*> aResult;
244   aResult << myStackWidget;
245   return aResult;
246 }
247
248 bool PartSet_WidgetSketchLabel::processSelection()
249 {
250   std::shared_ptr<GeomAPI_Pln> aPlane = plane();
251   if (aPlane.get())
252     return false;
253
254   QList<ModuleBase_ViewerPrsPtr> aSelected = getFilteredSelected();
255
256   if (aSelected.empty())
257     return false;
258   ModuleBase_ViewerPrsPtr aPrs = aSelected.first();
259   bool aDone = setSelectionInternal(aSelected, false);
260   if (aDone) {
261     updateByPlaneSelected(aPrs);
262     updateObject(myFeature);
263   }
264
265   return aDone;
266 }
267
268 void PartSet_WidgetSketchLabel::onShowConstraint(bool theOn)
269 {
270   QCheckBox* aSenderCheckBox = qobject_cast<QCheckBox*>(sender());
271
272   QMap<PartSet_Tools::ConstraintVisibleState, QCheckBox*>::const_iterator
273                           anIt = myShowConstraints.begin(), aLast = myShowConstraints.end();
274
275   PartSet_Tools::ConstraintVisibleState aState = PartSet_Tools::Geometrical;
276   bool aFound = false;
277   for (; anIt != aLast && !aFound; anIt++) {
278     aFound = anIt.value() == aSenderCheckBox;
279     if (aFound)
280       aState = anIt.key();
281   }
282   if (aFound)
283     emit showConstraintToggled(aState, theOn);
284 }
285
286 void PartSet_WidgetSketchLabel::blockAttribute(const AttributePtr& theAttribute,
287                                                const bool& theToBlock, bool& isFlushesActived,
288                                                bool& isAttributeSetInitializedBlocked,
289                                                bool& isAttributeSendUpdatedBlocked)
290 {
291   ModuleBase_WidgetValidated::blockAttribute(theAttribute, theToBlock, isFlushesActived,
292                                              isAttributeSetInitializedBlocked,
293                                              isAttributeSendUpdatedBlocked);
294   // We do not restore the previous state of isAttributeSetInitializedBlocked for each of
295   // attributes. It it is necessary, these states should be append to the method attributes
296   // or stored in the widget
297
298   std::list<AttributePtr> anAttributes = myFeature->data()->attributes("");
299   std::list<AttributePtr>::const_iterator anIt = anAttributes.begin(), aLast = anAttributes.end();
300   QStringList aValues;
301   for(; anIt != aLast; anIt++) {
302     AttributePtr anAttribute = *anIt;
303     if (theToBlock)
304       anAttribute->blockSetInitialized(true);
305     else
306       anAttribute->blockSetInitialized(isAttributeSetInitializedBlocked);
307   }
308 }
309
310 bool PartSet_WidgetSketchLabel::setSelectionInternal(
311                                           const QList<ModuleBase_ViewerPrsPtr>& theValues,
312                                           const bool theToValidate)
313 {
314   bool aDone = false;
315   if (theValues.empty()) {
316     // In order to make reselection possible, set empty object and shape should be done
317     setSelectionCustom(std::shared_ptr<ModuleBase_ViewerPrs>(
318                               new ModuleBase_ViewerPrs(ObjectPtr(), GeomShapePtr(), NULL)));
319     aDone = false;
320   }
321   else {
322     // it removes the processed value from the parameters list
323     ModuleBase_ViewerPrsPtr aValue = theValues.first();//.takeFirst();
324     if (!theToValidate || isValidInFilters(aValue)) {
325       myIsSelection = true;
326       aDone = setSelectionCustom(aValue);
327       myIsSelection = false;
328     }
329   }
330
331   return aDone;
332 }
333
334 void PartSet_WidgetSketchLabel::updateByPlaneSelected(const ModuleBase_ViewerPrsPtr& thePrs)
335 {
336   // Nullify a temporary remembered plane
337   if (myTmpPlane.get())
338     myTmpPlane.reset();
339
340   GeomPlanePtr aPlane = plane();
341   if (!aPlane.get())
342     return;
343
344   myPartSetMessage->hide();
345   mySizeMessage->hide();
346
347   // 1. hide main planes if they have been displayed and display sketch preview plane
348   myPreviewPlanes->erasePreviewPlanes(myWorkshop);
349
350   PartSet_Module* aModule = dynamic_cast<PartSet_Module*>(myWorkshop->module());
351   if (aModule) {
352     CompositeFeaturePtr aSketch = std::dynamic_pointer_cast<ModelAPI_CompositeFeature>(myFeature);
353     bool isSetSizeOfView = false;
354     double aSizeOfView = 0;
355     QString aSizeOfViewStr = mySizeOfView->text();
356     if (!aSizeOfViewStr.isEmpty()) {
357       aSizeOfView = aSizeOfViewStr.toDouble(&isSetSizeOfView);
358       if (isSetSizeOfView && aSizeOfView <= 0) {
359         isSetSizeOfView = false;
360       }
361     }
362     aModule->sketchMgr()->previewSketchPlane()->setSizeOfView(aSizeOfView, isSetSizeOfView);
363     aModule->sketchMgr()->previewSketchPlane()->createSketchPlane(aSketch, myWorkshop);
364   }
365   // 2. if the planes were displayed, change the view projection
366
367   std::shared_ptr<GeomAPI_Dir> aDir = aPlane->direction();
368   gp_XYZ aXYZ = aDir->impl<gp_Dir>().XYZ();
369   double aTwist = 0.0;
370
371   // Rotate view if the sketcher plane is selected only from preview planes
372   // Preview planes are created only if there is no any shape
373   bool aRotate = Config_PropManager::boolean(SKETCH_TAB_NAME, "rotate_to_plane");
374   if (aRotate) {
375     myWorkshop->viewer()->setViewProjection(aXYZ.X(), aXYZ.Y(), aXYZ.Z(), aTwist);
376   }
377   QString aSizeOfViewStr = mySizeOfView->text();
378   if (!aSizeOfViewStr.isEmpty()) {
379     bool isOk;
380     double aSizeOfView = aSizeOfViewStr.toDouble(&isOk);
381     if (isOk && aSizeOfView > 0) {
382       Handle(V3d_View) aView3d = myWorkshop->viewer()->activeView();
383       if (!aView3d.IsNull()) {
384         Bnd_Box aBndBox;
385         double aHalfSize = aSizeOfView/2.0;
386         aBndBox.Update(-aHalfSize, -aHalfSize, -aHalfSize, aHalfSize, aHalfSize, aHalfSize);
387         aView3d->FitAll(aBndBox, 0.01, false);
388       }
389     }
390   }
391   if (myOpenTransaction) {
392     SessionPtr aMgr = ModelAPI_Session::get();
393     aMgr->finishOperation();
394     myOpenTransaction = false;
395   }
396   // 3. Clear text in the label
397   myStackWidget->setCurrentIndex(1);
398   //myLabel->setText("");
399   //myLabel->setToolTip("");
400   XGUI_Workshop* aWorkshop = XGUI_Tools::workshop(myWorkshop);
401
402   // 5. Clear selection mode and define sketching mode
403   emit planeSelected(plane());
404   // after the plane is selected in the sketch, the sketch selection should be activated
405   // it can not be performed in the sketch label widget because, we don't need to switch off
406   // the selection by any label deactivation, but need to switch it off by stop the sketch
407   myWorkshop->selectionActivate()->updateSelectionFilters();
408   myWorkshop->selectionActivate()->updateSelectionModes();
409
410   if (aModule)
411     aModule->onViewTransformed();
412
413   // 6. Update sketcher actions
414   XGUI_ActionsMgr* anActMgr = aWorkshop->actionsMgr();
415
416   myWorkshop->updateCommandStatus();
417   aWorkshop->selector()->clearSelection();
418   myWorkshop->viewer()->update();
419
420   myRemoveExternal->setVisible(false);
421 }
422
423 std::shared_ptr<GeomAPI_Pln> PartSet_WidgetSketchLabel::plane() const
424 {
425   CompositeFeaturePtr aSketch = std::dynamic_pointer_cast<ModelAPI_CompositeFeature>(myFeature);
426   return PartSet_Tools::sketchPlane(aSketch);
427 }
428
429 bool PartSet_WidgetSketchLabel::focusTo()
430 {
431   ModuleBase_Tools::setFocus(myStackWidget, "PartSet_WidgetSketchLabel::focusTo()");
432   return true;
433 }
434
435 void PartSet_WidgetSketchLabel::enableFocusProcessing()
436 {
437   myStackWidget->installEventFilter(this);
438 }
439
440 void PartSet_WidgetSketchLabel::storeAttributeValue(const AttributePtr& theAttribute)
441 {
442   ModuleBase_WidgetValidated::storeAttributeValue(theAttribute);
443 }
444
445 void PartSet_WidgetSketchLabel::restoreAttributeValue(const AttributePtr& theAttribute,
446                                                       const bool theValid)
447 {
448   ModuleBase_WidgetValidated::restoreAttributeValue(theAttribute, theValid);
449
450   // it is not necessary to save the previous plane value because the plane is chosen once
451   DataPtr aData = feature()->data();
452   AttributeSelectionPtr aSelAttr = std::dynamic_pointer_cast<ModelAPI_AttributeSelection>
453     (aData->attribute(SketchPlugin_SketchEntity::EXTERNAL_ID()));
454   if (aSelAttr) {
455     ResultPtr anEmptyResult;
456     GeomShapePtr anEmptyShape;
457     aSelAttr->setValue(anEmptyResult, anEmptyShape);
458   }
459   std::shared_ptr<GeomDataAPI_Point> anOrigin = std::dynamic_pointer_cast<GeomDataAPI_Point>(
460     aData->attribute(SketchPlugin_Sketch::ORIGIN_ID()));
461   anOrigin->reset();
462   std::shared_ptr<GeomDataAPI_Dir> aNormal = std::dynamic_pointer_cast<GeomDataAPI_Dir>(
463     aData->attribute(SketchPlugin_Sketch::NORM_ID()));
464   aNormal->reset();
465   std::shared_ptr<GeomDataAPI_Dir> aDirX = std::dynamic_pointer_cast<GeomDataAPI_Dir>(
466     aData->attribute(SketchPlugin_Sketch::DIRX_ID()));
467   aDirX->reset();
468 }
469
470 bool PartSet_WidgetSketchLabel::setSelectionCustom(const ModuleBase_ViewerPrsPtr& thePrs)
471 {
472   if (myIsSelection && myRemoveExternal->isVisible()) {
473     if (myRemoveExternal->isChecked()) {
474       myFeature->customAction(SketchPlugin_Sketch::ACTION_REMOVE_EXTERNAL());
475     }
476   }
477   return fillSketchPlaneBySelection(thePrs);
478 }
479
480 bool PartSet_WidgetSketchLabel::canFillSketch(const ModuleBase_ViewerPrsPtr& thePrs)
481 {
482   bool aCanFillSketch = true;
483   // avoid any selection on sketch object
484   ObjectPtr anObject = thePrs->object();
485   ResultPtr aResult = std::dynamic_pointer_cast<ModelAPI_Result>(anObject);
486   if (aResult.get()) {
487     FeaturePtr aFeature = ModelAPI_Feature::feature(aResult);
488     if (aFeature->getKind() == SketchPlugin_Sketch::ID())
489       aCanFillSketch = false;
490   }
491   // check plane or planar face of any non-sketch object
492   if (aCanFillSketch) {
493     std::shared_ptr<GeomAPI_Face> aGeomFace;
494
495     GeomShapePtr aGeomShape = thePrs->shape();
496     if ((!aGeomShape.get() || aGeomShape->isNull()) && aResult.get()) {
497       aGeomShape = aResult->shape();
498     }
499
500     if (aGeomShape.get() && aGeomShape->shapeType() == GeomAPI_Shape::FACE) {
501       std::shared_ptr<GeomAPI_Face> aGeomFace(new GeomAPI_Face(aGeomShape));
502       aCanFillSketch = aGeomFace.get() && aGeomFace->isPlanar();
503     }
504     else
505       aCanFillSketch = false;
506   }
507   return aCanFillSketch;
508 }
509
510 bool PartSet_WidgetSketchLabel::fillSketchPlaneBySelection(const ModuleBase_ViewerPrsPtr& thePrs)
511 {
512   bool isOwnerSet = false;
513
514   GeomShapePtr aShape = thePrs->shape();
515   std::shared_ptr<GeomAPI_Dir> aDir;
516
517   if (!aShape.get() || aShape->isNull()) {
518     if (thePrs->object() && (feature() != thePrs->object())) {
519       if (thePrs->object()->groupName() == ModelAPI_ResultConstruction::group()) {
520         ResultConstructionPtr aConstruction =
521           std::dynamic_pointer_cast<ModelAPI_ResultConstruction>(thePrs->object());
522         if (aConstruction.get())
523           aShape = aConstruction->shape();
524       }
525     }
526   }
527
528   if (aShape.get() && !aShape->isNull()) {
529     const TopoDS_Shape& aTDShape = aShape->impl<TopoDS_Shape>();
530     aDir = setSketchPlane(aTDShape);
531     isOwnerSet = aDir.get();
532   }
533   if (thePrs->object() && (feature() != thePrs->object())) {
534     if (thePrs->object()->groupName() != ModelAPI_ResultConstruction::group()) {
535       FeaturePtr aFeature = ModelAPI_Feature::feature(thePrs->object());
536       DataPtr aData = feature()->data();
537       AttributeSelectionPtr aSelAttr =
538         std::dynamic_pointer_cast<ModelAPI_AttributeSelection>
539         (aData->attribute(SketchPlugin_SketchEntity::EXTERNAL_ID()));
540       if (aSelAttr.get()) {
541         ResultPtr aRes = std::dynamic_pointer_cast<ModelAPI_Result>(thePrs->object());
542         if (aRes.get()) {
543           GeomShapePtr aShapePtr;
544           if (!aShape.get() || aShape->isNull()) {  // selection happens in the OCC viewer
545             aShapePtr = ModelAPI_Tools::shape(aRes);
546           }
547           else { // selection happens in OB browser
548             aShapePtr = aShape;
549           }
550           if (aShapePtr.get() && aShapePtr->isFace()) {
551             const TopoDS_Shape& aTDShape = aShapePtr->impl<TopoDS_Shape>();
552             setSketchPlane(aTDShape);
553             aSelAttr->setValue(aRes, aShapePtr);
554             isOwnerSet = true;
555           }
556         }
557         else {
558           aSelAttr->setValue(aFeature, GeomShapePtr());
559           GeomShapePtr aShape = aSelAttr->value();
560           if (!aShape.get() && aSelAttr->contextFeature().get() &&
561             aSelAttr->contextFeature()->firstResult().get()) {
562             aShape = aSelAttr->contextFeature()->firstResult()->shape();
563           }
564           if (aShape.get() && aShape->isPlanar()) {
565             const TopoDS_Shape& aTDShape = aShape->impl<TopoDS_Shape>();
566             setSketchPlane(aTDShape);
567             isOwnerSet = true;
568           }
569         }
570       }
571     }
572   }
573   return isOwnerSet;
574 }
575
576 void PartSet_WidgetSketchLabel::activateCustom()
577 {
578   QWidget* aTopWidget = window();
579   if (aTopWidget)
580     aTopWidget->installEventFilter(this);
581
582   PartSet_Module* aModule = dynamic_cast<PartSet_Module*>(myWorkshop->module());
583   if (aModule) {
584     bool isBlocked = myAutoConstraints->blockSignals(true);
585     myAutoConstraints->setChecked(aModule->sketchReentranceMgr()->isAutoConstraints());
586     myAutoConstraints->blockSignals(isBlocked);
587   }
588
589   std::shared_ptr<GeomAPI_Pln> aPlane = plane();
590   if (aPlane.get()) {
591     myStackWidget->setCurrentIndex(1);
592     return;
593   }
594
595   myStackWidget->setCurrentIndex(0);
596   bool aBodyIsVisualized = myPreviewPlanes->hasVisualizedBodies(myWorkshop);
597
598   // Clear previous selection mode It is necessary for correct activation of preview planes
599   XGUI_Workshop* aWorkshop = XGUI_Tools::workshop(myWorkshop);
600   XGUI_Displayer* aDisp = aWorkshop->displayer();
601   aWorkshop->selectionActivate()->activateObjects(QIntList(), aDisp->displayedObjects(), false);
602
603   if (!aBodyIsVisualized) {
604     // We have to select a plane before any operation
605     myPreviewPlanes->showPreviewPlanes(myWorkshop);
606     mySizeOfViewWidget->setVisible(true);
607   }
608   else
609     mySizeOfViewWidget->setVisible(false);
610 }
611
612 void PartSet_WidgetSketchLabel::showEvent(QShowEvent* theEvent)
613 {
614   ModuleBase_WidgetValidated::showEvent(theEvent);
615   QTimer::singleShot(10, this, SLOT(onShowPanel()));
616 }
617
618 void PartSet_WidgetSketchLabel::hideEvent(QHideEvent* theEvent)
619 {
620   ModuleBase_WidgetValidated::hideEvent(theEvent);
621   if (myPartSetMessage->isVisible())
622     myPartSetMessage->hide();
623   if (mySizeMessage->isVisible())
624     mySizeMessage->hide();
625 }
626
627
628 void PartSet_WidgetSketchLabel::onShowPanel()
629 {
630   //if (mySizeOfViewWidget->isVisible()) {
631   if (myStackWidget->currentIndex() == 0) {
632     DocumentPtr aDoc = feature()->document();
633     DocumentPtr aModDoc = ModelAPI_Session::get()->moduleDocument();
634     if (aModDoc == aDoc) {
635       myPartSetMessage->move(mapToGlobal(geometry().bottomLeft()));
636       myPartSetMessage->show();
637     }
638     if (mySizeOfViewWidget->isVisible()) {
639       QPoint aPnt = mySizeOfView->mapToGlobal(mySizeOfView->geometry().center());
640       mySizeMessage->move(aPnt);
641       mySizeMessage->show();
642     }
643   }
644 }
645
646 void PartSet_WidgetSketchLabel::deactivate()
647 {
648   QWidget* aTopWidget = window();
649   if (aTopWidget)
650     aTopWidget->removeEventFilter(this);
651
652   if (myTmpPlane.get()) {
653     setSketchPlane(myTmpPlane);
654     myTmpPlane.reset();
655   }
656
657   ModuleBase_WidgetValidated::deactivate();
658   bool aHidePreview = myPreviewPlanes->isPreviewDisplayed();
659   myPreviewPlanes->erasePreviewPlanes(myWorkshop);
660
661   if (aHidePreview)
662     myWorkshop->viewer()->update();
663
664   if (myOpenTransaction) {
665     SessionPtr aMgr = ModelAPI_Session::get();
666     aMgr->finishOperation();
667     myOpenTransaction = false;
668   }
669 }
670
671 void PartSet_WidgetSketchLabel::selectionModes(int& theModuleSelectionModes, QIntList& theModes)
672 {
673   theModuleSelectionModes = -1;
674   std::shared_ptr<GeomAPI_Pln> aPlane = plane();
675   if (!aPlane.get())
676     theModes << TopAbs_FACE;
677 }
678
679 void PartSet_WidgetSketchLabel::selectionFilters(QIntList& theModuleSelectionFilters,
680                                                  SelectMgr_ListOfFilter& theSelectionFilters)
681 {
682   std::shared_ptr<GeomAPI_Pln> aPlane = plane();
683   if (aPlane.get())
684     return;
685   return ModuleBase_WidgetValidated::selectionFilters(theModuleSelectionFilters,
686                                                       theSelectionFilters);
687 }
688
689 std::shared_ptr<GeomAPI_Dir>
690   PartSet_WidgetSketchLabel::setSketchPlane(const TopoDS_Shape& theShape)
691 {
692   if (theShape.IsNull())
693     return std::shared_ptr<GeomAPI_Dir>();
694
695   // get selected shape
696   std::shared_ptr<GeomAPI_Shape> aGShape(new GeomAPI_Shape);
697   aGShape->setImpl(new TopoDS_Shape(theShape));
698
699   // get plane parameters
700   std::shared_ptr<GeomAPI_Face> aFace(new GeomAPI_Face(aGShape));
701   std::shared_ptr<GeomAPI_Pln> aPlane = aFace->getPlane();
702   if (!aPlane.get())
703     return std::shared_ptr<GeomAPI_Dir>();
704   return setSketchPlane(aPlane);
705 }
706
707 std::shared_ptr<GeomAPI_Dir>
708   PartSet_WidgetSketchLabel::setSketchPlane(std::shared_ptr<GeomAPI_Pln> thePlane)
709 {
710   // set plane parameters to feature
711   std::shared_ptr<ModelAPI_Data> aData = feature()->data();
712   double anA, aB, aC, aD;
713   thePlane->coefficients(anA, aB, aC, aD);
714
715   // calculate attributes of the sketch
716   std::shared_ptr<GeomAPI_Dir> aNormDir(new GeomAPI_Dir(anA, aB, aC));
717   std::shared_ptr<GeomAPI_XYZ> aCoords = aNormDir->xyz();
718   std::shared_ptr<GeomAPI_XYZ> aZero(new GeomAPI_XYZ(0, 0, 0));
719   aCoords = aCoords->multiplied(-aD * aCoords->distance(aZero));
720   std::shared_ptr<GeomAPI_Pnt> anOrigPnt(new GeomAPI_Pnt(aCoords));
721   // X axis is preferable to be dirX on the sketch
722   const double tol = Precision::Confusion();
723   bool isX = fabs(fabs(anA) - 1.0) < tol && fabs(aB) < tol && fabs(aC) < tol;
724   std::shared_ptr<GeomAPI_Dir> aTempDir(
725       isX ? new GeomAPI_Dir(0, 1, 0) : new GeomAPI_Dir(1, 0, 0));
726   std::shared_ptr<GeomAPI_Dir> aYDir(new GeomAPI_Dir(aNormDir->cross(aTempDir)));
727   std::shared_ptr<GeomAPI_Dir> aXDir(new GeomAPI_Dir(aYDir->cross(aNormDir)));
728
729   std::shared_ptr<GeomDataAPI_Point> anOrigin = std::dynamic_pointer_cast<GeomDataAPI_Point>(
730       aData->attribute(SketchPlugin_Sketch::ORIGIN_ID()));
731   anOrigin->setValue(anOrigPnt);
732   std::shared_ptr<GeomDataAPI_Dir> aNormal = std::dynamic_pointer_cast<GeomDataAPI_Dir>(
733       aData->attribute(SketchPlugin_Sketch::NORM_ID()));
734   aNormal->setValue(aNormDir);
735   std::shared_ptr<GeomDataAPI_Dir> aDirX = std::dynamic_pointer_cast<GeomDataAPI_Dir>(
736       aData->attribute(SketchPlugin_Sketch::DIRX_ID()));
737   aDirX->setValue(aXDir);
738   std::shared_ptr<GeomAPI_Dir> aDir = thePlane->direction();
739   return aDir;
740 }
741
742 void PartSet_WidgetSketchLabel::onSetPlaneView()
743 {
744   std::shared_ptr<GeomAPI_Pln> aPlane = plane();
745   if (aPlane.get()) {
746     std::shared_ptr<GeomAPI_Dir> aDirection = aPlane->direction();
747     gp_Dir aDir = aDirection->impl<gp_Dir>();
748     if (myViewInverted->isChecked())
749       aDir.Reverse();
750     myWorkshop->viewer()->setViewProjection(aDir.X(), aDir.Y(), aDir.Z(), 0.);
751     PartSet_Module* aModule = dynamic_cast<PartSet_Module*>(myWorkshop->module());
752     if (aModule)
753       aModule->onViewTransformed();
754   }
755 }
756
757
758 //******************************************************
759 QList<std::shared_ptr<ModuleBase_ViewerPrs>> PartSet_WidgetSketchLabel::findCircularEdgesInPlane()
760 {
761   QList<std::shared_ptr<ModuleBase_ViewerPrs>> aResult;
762   XGUI_Workshop* aWorkshop = XGUI_Tools::workshop(myWorkshop);
763   XGUI_Displayer* aDisplayer = aWorkshop->displayer();
764   QObjectPtrList aDispObjects = aDisplayer->displayedObjects();
765
766   std::shared_ptr<GeomAPI_Pln> aPlane = plane();
767   foreach(ObjectPtr aObj, aDispObjects) {
768     ResultPtr aResObj = std::dynamic_pointer_cast<ModelAPI_Result>(aObj);
769     if (aResObj.get()) {
770       GeomShapePtr aShape = aResObj->shape();
771       if (aShape.get()) {
772         GeomAPI_ShapeExplorer aExplorer(aShape, GeomAPI_Shape::EDGE);
773         for(; aExplorer.more(); aExplorer.next()) {
774           GeomShapePtr aEdgeShape = aExplorer.current();
775           GeomAPI_Edge anEdge(aEdgeShape);
776           if ((anEdge.isCircle() || anEdge.isArc() || anEdge.isEllipse()) &&
777                anEdge.isInPlane(aPlane)) {
778             bool isContains = false;
779             // Check that edge is not used.
780             // It is possible that the same edge will be taken from different faces
781             foreach(std::shared_ptr<ModuleBase_ViewerPrs> aPrs, aResult) {
782               GeomAPI_Edge aUsedEdge(aPrs->shape());
783               if (aUsedEdge.isEqual(aEdgeShape)) {
784                 isContains = true;
785                 break;
786               }
787             }
788             if (!isContains) {
789               std::shared_ptr<ModuleBase_ViewerPrs>
790                 aPrs(new ModuleBase_ViewerPrs(aResObj, aEdgeShape));
791               aResult.append(aPrs);
792             }
793           }
794         }
795       }
796     }
797   }
798   return aResult;
799 }
800
801 //******************************************************
802 void PartSet_WidgetSketchLabel::onChangePlane()
803 {
804   PartSet_Module* aModule = dynamic_cast<PartSet_Module*>(myWorkshop->module());
805   if (aModule) {
806     mySizeOfViewWidget->setVisible(false);
807     myRemoveExternal->setVisible(true);
808     myStackWidget->setCurrentIndex(0);
809
810     bool aBodyIsVisualized = myPreviewPlanes->hasVisualizedBodies(myWorkshop);
811
812     if (!aBodyIsVisualized) {
813       // We have to select a plane before any operation
814       myPreviewPlanes->showPreviewPlanes(myWorkshop);
815     }
816
817     CompositeFeaturePtr aSketch = std::dynamic_pointer_cast<ModelAPI_CompositeFeature>(myFeature);
818     myTmpPlane = PartSet_Tools::sketchPlane(aSketch);
819     PartSet_Tools::nullifySketchPlane(aSketch);
820
821     Handle(SelectMgr_Filter) aFilter = aModule->selectionFilter(SF_SketchPlaneFilter);
822     if (!aFilter.IsNull()) {
823       std::shared_ptr<GeomAPI_Pln> aPln;
824       Handle(ModuleBase_ShapeInPlaneFilter)::DownCast(aFilter)->setPlane(aPln);
825     }
826     XGUI_Workshop* aWorkshop = aModule->getWorkshop();
827
828     aWorkshop->selectionActivate()->updateSelectionFilters();
829     aWorkshop->selectionActivate()->updateSelectionModes();
830
831     SessionPtr aMgr = ModelAPI_Session::get();
832     aMgr->startOperation("Change Sketch plane");
833     myOpenTransaction = true;
834     myWorkshop->viewer()->update();
835   }
836 }
837
838 void PartSet_WidgetSketchLabel::setShowPointsState(bool theState)
839 {
840   bool aBlock = myShowPoints->blockSignals(true);
841   myShowPoints->setChecked(theState);
842   myShowPoints->blockSignals(aBlock);
843 }
844
845 bool PartSet_WidgetSketchLabel::restoreValueCustom()
846 {
847   if (myFeature.get()) {
848     CompositeFeaturePtr aSketch = std::dynamic_pointer_cast<ModelAPI_CompositeFeature>(myFeature);
849     if (aSketch.get() && (aSketch->numberOfSubs() > 0)) {
850       AttributeStringPtr aDOFStr = aSketch->string("SolverDOF");
851       if (aDOFStr.get()) {
852         QString aVal(aDOFStr->value().c_str());
853         if (aVal.contains('=')) {
854           // to support old data
855           aVal = aVal.right(aVal.length() - aVal.lastIndexOf('='));
856         }
857         int aDoF = aVal.toInt();
858         if (aDoF == 0) {
859           myDoFLabel->setText(tr("Sketch is fully fixed (DoF = 0)"));
860           myShowDOFBtn->setEnabled(false);
861         } else {
862           myDoFLabel->setText(tr("DoF (degrees of freedom) = ") + aVal);
863           myShowDOFBtn->setEnabled(true);
864         }
865       }
866     }
867     else {
868       myDoFLabel->setText("");
869       myShowDOFBtn->setEnabled(false);
870     }
871   }
872   return true;
873 }
874
875
876 void PartSet_WidgetSketchLabel::onShowDOF()
877 {
878   CompositeFeaturePtr aCompFeature =
879     std::dynamic_pointer_cast<ModelAPI_CompositeFeature>(myFeature);
880   if (aCompFeature.get()) {
881     static const Events_ID anEvent = Events_Loop::eventByName(EVENT_GET_DOF_OBJECTS);
882     ModelAPI_EventCreator::get()->sendUpdated(aCompFeature, anEvent);
883     Events_Loop::loop()->flush(anEvent);
884
885     // Transfer focus to the current viewport for correct processing of a key event
886     QWidget* aViewPort = myWorkshop->viewer()->activeViewPort();
887     if (aViewPort)
888       aViewPort->setFocus();
889   }
890 }
891
892 bool PartSet_WidgetSketchLabel::eventFilter(QObject* theObj, QEvent* theEvent)
893 {
894   if (theObj == window()) {
895     int aType = theEvent->type();
896     if ((aType == QEvent::Hide) || (aType == QEvent::WindowDeactivate)) {
897       if (myPartSetMessage->isVisible())
898         myPartSetMessage->hide();
899       if (mySizeMessage->isVisible())
900         mySizeMessage->hide();
901     }
902     else if ((aType == QEvent::Show) || (aType == QEvent::WindowActivate))
903       onShowPanel();
904   }
905   return ModuleBase_WidgetValidated::eventFilter(theObj, theEvent);
906 }