Salome HOME
Merge branch 'master' into occ/bsplines
[modules/shaper.git] / src / SketchSolver / SketchSolver_Constraint.cpp
index 48c0fa5b80d63454f15ee4b12fa0a563c4b941d7..17720fdc4c3855a4a995e25075523c5510aa17d9 100644 (file)
@@ -233,7 +233,7 @@ void SketchSolver_Constraint::getAttributes(
     SketchSolver_EntityType aType = anEntity->type();
     if (aType == ENTITY_UNKNOWN)
       continue;
-    else if (aType == ENTITY_POINT)
+    else if (aType == ENTITY_POINT || aType == ENTITY_POINT_ARRAY)
       theAttributes[aPtInd++] = anEntity; // the point is created
     else { // another entity (not a point) is created
       if (aEntInd < anInitNbOfAttr)