rhinocommon icon indicating copy to clipboard operation
rhinocommon copied to clipboard

Curve.Split Method (Brep, Double)

Open lionpeloux opened this issue 13 years ago • 1 comments

It seems this method is throwing an error if the curve and brep does not intersect, while it should return an empty Curve[] object. Am I right ?

At the moment I get round of this by calling first the" Intersection.CurveBrep" method and test if there are intersection points ... but it's doing the job twice.

Thanks, Lionel

lionpeloux avatar Aug 01 '11 12:08 lionpeloux

Is there any information provided in the error that is being thrown? This function should already be returning an empty array in the non-intersection case.

sbaer avatar Aug 02 '11 18:08 sbaer