mcneel/rhinocommon

IntersectionEvent.ParameterB Property typo

Closed this issue · 1 comments

I'm assuming this is a typo.. but in the IntersectionEvent.ParameterB Property it says

Gets the parameter on Curve A where the intersection occured. If the intersection type is overlap, then this will return the start of the overlap region.

shouldn't that be Curve B?

http://developer.rhino3d.com/api/RhinoCommon/html/P_Rhino_Geometry_Intersect_IntersectionEvent_ParameterB.htm

Thanks!
Emil
CORE studio

Hi @EmilPoulsen, yep definitely a typo. I'll fixed this next time I am in the source code.

Thanks,

-- Dale