Sketcher: fix knots PointPos coded as mid instead of start

This commit is contained in:
Abdullah Tahiri
2020-12-20 12:33:14 +01:00
committed by abdullahtahiriyo
parent 2ebed71e7a
commit ade218f58c

View File

@@ -4973,7 +4973,7 @@ int SketchObject::exposeInternalGeometry(int GeoId)
newConstr->Type = Sketcher::InternalAlignment;
newConstr->AlignmentType = Sketcher::BSplineKnotPoint;
newConstr->First = currentgeoid+incrgeo+1;
newConstr->FirstPos = Sketcher::mid;
newConstr->FirstPos = Sketcher::start;
newConstr->Second = GeoId;
newConstr->InternalAlignmentIndex = index;