Salome HOME
Fix for a crash: Create sketch, circle, Radius constraint with 0 value.
[modules/shaper.git] / src / GeomAPI / GeomAPI_Trsf.cpp
1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
2
3 // File:        GeomAPI_Trsf.cpp
4 // Created:     13 Jul 2015
5 // Author:      Mikhail PONIKAROV
6
7 #include<GeomAPI_Trsf.h>
8
9 #include<gp_Trsf.hxx>
10
11 GeomAPI_Trsf::GeomAPI_Trsf()
12     : GeomAPI_Interface()
13 {
14 }
15
16 GeomAPI_Trsf::GeomAPI_Trsf(void* theTrsf)
17     : GeomAPI_Interface(theTrsf)
18 {
19 }