diff --git a/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp b/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp index 54f5c53987..d9b1dbf3a1 100644 --- a/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp +++ b/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp @@ -5010,8 +5010,11 @@ protected: SELECT_MODE Mode; MOUSE_PRESS_MODE MousePressMode; + // Stores position of the poles of the BSpline. std::vector BSplinePoles; + // suggested autoconstraints for poles. + // A new one must be added e.g. using addSugConstraint() before adding a new pole. std::vector> sugConstr; int ConstrMethod;