tomate44 / CurvesWB

Experiments for a FreeCAD Surface workbench
GNU Lesser General Public License v2.1
105 stars 21 forks source link

Can't split curve using Freehand BSpline if it's created after split curve #108

Closed Anthony-Gaudino closed 8 months ago

Anthony-Gaudino commented 9 months ago

If I create a split curve and then create a Freehand BSpline, if I try to select the Freehand BSpline and set as cutter for the split curve it doesn't work.

Please see example: cant_split_curve.FCStd.zip

Freehand_BSpline001 can't be used as cutter for SplitCurve.


Update: I realized that it won't allow to use the Freehand BSpline because one of it's points is snapped to the split curve itself, so it should not be allowing it because of cyclic reference.