Sketcher: fix knots PointPos coded as mid instead of start
This commit is contained in:
committed by
abdullahtahiriyo
parent
2ebed71e7a
commit
ade218f58c
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user