Salome HOME
Fix for the issue #2753 : error when dump/load script
[modules/shaper.git] / src / ConstructionAPI / ConstructionAPI_Point.h
index 2cd8934e52357f40e5b306f4557cc8db023ff092..8e59114049db4847de574a171b561466940f2d38 100644 (file)
@@ -81,7 +81,7 @@ public:
   virtual ~ConstructionAPI_Point();
 
   INTERFACE_25(ConstructionPlugin_Point::ID(),
-    point, ConstructionPlugin_Point::point3d(),
+    point, ConstructionPlugin_Point::POINT3D(),
     GeomDataAPI_Point, /** Point attribute */,
     creationMethod, ConstructionPlugin_Point::CREATION_METHOD(),
     ModelAPI_AttributeString, /** Creation method */,
@@ -117,7 +117,7 @@ public:
     ModelAPI_AttributeDouble, /** Ratio */,
     reverse, ConstructionPlugin_Point::REVERSE(),
     ModelAPI_AttributeBoolean, /** Reverse */,
-    poinToProject, ConstructionPlugin_Point::POINT_TO_PROJECT(),
+    pointToProject, ConstructionPlugin_Point::POINT_TO_PROJECT(),
     ModelAPI_AttributeSelection, /** Point to project*/,
     projectionType, ConstructionPlugin_Point::PROJECTION_TYPE(),
     ModelAPI_AttributeString, /** Type of the point projection */,