[Sketcher] Fix issue in SketchObject::transferConstraints
Small but major oversight.
This commit is contained in:
committed by
Benjamin Nauck
parent
f0d30cb570
commit
358942b771
@@ -2688,6 +2688,7 @@ int SketchObject::transferConstraints(int fromGeoId,
|
||||
if (!doNotTransformTangencies) {
|
||||
constNew->Type = Sketcher::Coincident;
|
||||
}
|
||||
break;
|
||||
}
|
||||
case Sketcher::Angle:
|
||||
// With respect to angle constraints, if it is a DeepSOIC style angle constraint
|
||||
|
||||
Reference in New Issue
Block a user