]> SALOME platform Git repositories - modules/shaper.git/blob - src/GeomAlgoAPI/GeomAlgoAPI_MakeSweep.cpp
Salome HOME
0cb97621f73e2353d505695c8023af045d5deca6
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_MakeSweep.cpp
1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
2
3 // File:        GeomAlgoAPI_MakeSweep.cpp
4 // Created:     23 November 2015
5 // Author:      Dmitry Bobylev
6
7 #include <GeomAlgoAPI_MakeSweep.h>
8
9 //=================================================================================================
10 const ListOfShape& GeomAlgoAPI_MakeSweep::fromFaces() const
11 {
12   return myFromFaces;
13 }
14
15 //=================================================================================================
16 const ListOfShape& GeomAlgoAPI_MakeSweep::toFaces() const
17 {
18   return myToFaces;
19 }