diff --git a/src/Mod/Sketcher/App/Constraint.h b/src/Mod/Sketcher/App/Constraint.h index f7b78de9d..470ee8027 100644 --- a/src/Mod/Sketcher/App/Constraint.h +++ b/src/Mod/Sketcher/App/Constraint.h @@ -110,7 +110,7 @@ public: PointPos FirstPos; int Second; PointPos SecondPos; - int Third; + int Third; // Note: for InternalAlignment Type this index indexes equal internal geometry elements (e.g. index of pole in a bspline), thirdpos remains unused. It is not a GeoId. PointPos ThirdPos; float LabelDistance; float LabelPosition;