Salome HOME
Issue #653 - Double and triple click edges -- Fix Debian dynamic_pointer_cast problem...
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_RevolutionCut.cpp
1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
2
3 // File:        FeaturesPlugin_RevolutionCut.cpp
4 // Created:     11 June 2015
5 // Author:      Dmitry Bobylev
6
7 #include "FeaturesPlugin_RevolutionCut.h"
8
9 FeaturesPlugin_RevolutionCut::FeaturesPlugin_RevolutionCut()
10 {
11   myBooleanOperationType = GeomAlgoAPI_Boolean::BOOL_CUT;
12 }