Salome HOME
Added to Python API creation of point by vertex selection.
[modules/shaper.git] / src / ConstructionAPI / ConstructionAPI_Point.h
index 32e2878d58b7a2e1344f5948c7322a330a87118d..8e59114049db4847de574a171b561466940f2d38 100644 (file)
@@ -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 */,