Salome HOME
Merge branch 'Dev_2.1.0' of salome:modules/shaper into Dev_2.1.0
[modules/shaper.git] / src / GeomAPI / GeomAPI_Trsf.cpp
index ca5c55abefd6457f8bb9f391dc8c2d2ec749faeb..f0775141ceb40c9c22919d747ace9f04b977b31f 100644 (file)
@@ -19,6 +19,12 @@ GeomAPI_Trsf::GeomAPI_Trsf()
 {
 }
 
+//=================================================================================================
+GeomAPI_Trsf::GeomAPI_Trsf(void* theTrsf)
+: GeomAPI_Interface(theTrsf)
+{
+}
+
 //=================================================================================================
 void GeomAPI_Trsf::setTranslation(const std::shared_ptr<GeomAPI_Ax1> theAxis,
                                   const double theDistance)