]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModelHighAPI/ModelHighAPI_Tools.h
Salome HOME
Add SketchAPI and Line feature. Also fix tests.
[modules/shaper.git] / src / ModelHighAPI / ModelHighAPI_Tools.h
index fbfd81f97991f48e63be7a150676de0c4d86be0c..91163898d444ffe37b36aa66877d77ec9d689b82 100644 (file)
@@ -42,6 +42,10 @@ MODELHIGHAPI_EXPORT
 void fillAttribute(const std::shared_ptr<GeomAPI_Pnt2d> & theValue,
                    const std::shared_ptr<GeomDataAPI_Point2D> & theAttribute);
 
+MODELHIGHAPI_EXPORT
+void fillAttribute(const std::shared_ptr<GeomDataAPI_Point2D> & theAttribute,
+                   double theX, double theY);
+
 MODELHIGHAPI_EXPORT
 void fillAttribute(const std::shared_ptr<GeomAPI_Dir> & theValue,
                    const std::shared_ptr<GeomDataAPI_Dir> & theAttribute);