Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to add a coincidentConstraint between the endpoint of a sketchFittedSpline and the endpoint of a sketchLine, but I keep getting this error. Does anyone know what this error means?
(Pdb) cornerSketch.geometricConstraints.addCoincident(line.startSketchPoint, controlPtSpline.startSketchPoint) *** RuntimeError: 2 : InternalValidationError : sketch == msketch
`line` is a sketchLine in `cornerSketch` while `controlPtSpline` is a sketchFittedSpline in another sketch. Is it possibly producing the error because they are in different sketches? I am able to add a coincidentConstraint between the endpoints of sketchCurves from different sketches when working in the Fusion GUI, though.
Solved! Go to Solution.