]> SALOME platform Git repositories - modules/shaper.git/blob - FeaturesPlugin_RevolutionFuse.cpp
Salome HOME
a4efacba720b4703ce16e26e3a229aa02eefcf47
[modules/shaper.git] / FeaturesPlugin_RevolutionFuse.cpp
1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
2
3 // File:        FeaturesPlugin_RevolutionFuse.cpp
4 // Created:     11 June 2015
5 // Author:      Dmitry Bobylev
6
7 #include "FeaturesPlugin_RevolutionFuse.h"
8
9 FeaturesPlugin_RevolutionFuse::FeaturesPlugin_RevolutionFuse()
10 {
11   myBooleanOperationType = GeomAlgoAPI_Boolean::BOOL_FUSE;
12 }