Salome HOME
Fixed addAxis import
[modules/shaper.git] / src / ConstructionAPI / ConstructionAPI_Point.h
index f1c67a34709bd56af87482464278cd78ac2626cb..d2af332986b9a2c43d25bee8ccd1fd9e702a7aef 100644 (file)
@@ -40,9 +40,10 @@ public:
   virtual ~ConstructionAPI_Point();
 
   INTERFACE_3(ConstructionPlugin_Point::ID(),
-              x, ConstructionPlugin_Point::X(), Double, /** X attribute */,
-              y, ConstructionPlugin_Point::Y(), Double, /** Y attribute */,
-              z, ConstructionPlugin_Point::Z(), Double, /** Z attribute */)
+              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