X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FConstructionAPI%2FConstructionAPI_Point.h;h=d2af332986b9a2c43d25bee8ccd1fd9e702a7aef;hb=bb71a2ef72952672608855b85f554cba3e2bd16b;hp=7edd813c591c8ec159e799df5240edbdcff71a99;hpb=4692c3d1bfca82fa0661a5150818cef6d782a7db;p=modules%2Fshaper.git diff --git a/src/ConstructionAPI/ConstructionAPI_Point.h b/src/ConstructionAPI/ConstructionAPI_Point.h index 7edd813c5..d2af33298 100644 --- a/src/ConstructionAPI/ConstructionAPI_Point.h +++ b/src/ConstructionAPI/ConstructionAPI_Point.h @@ -10,6 +10,8 @@ //-------------------------------------------------------------------------------------- #include "ConstructionAPI.h" +#include + #include #include //-------------------------------------------------------------------------------------- @@ -37,10 +39,11 @@ public: CONSTRUCTIONAPI_EXPORT virtual ~ConstructionAPI_Point(); - INTERFACE_3("Point", - x, "x", Double, /** X attribute */, - y, "y", Double, /** Y attribute */, - z, "z", Double, /** Z attribute */) + INTERFACE_3(ConstructionPlugin_Point::ID(), + x, ConstructionPlugin_Point::X(), ModelAPI_AttributeDouble, /** X attribute */, + y, ConstructionPlugin_Point::Y(), ModelAPI_AttributeDouble, /** Y attribute */, + z, ConstructionPlugin_Point::Z(), ModelAPI_AttributeDouble, /** Z attribute */ + ) /// Set point values CONSTRUCTIONAPI_EXPORT