]> SALOME platform Git repositories - modules/shaper.git/blob - FeaturesPlugin_RevolutionCut.cpp
Salome HOME
521e7337b0cfef64909bf4b8c1ef0135ff5eb836
[modules/shaper.git] / 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 }