mcneel / rhinocommon

RhinoCommon is the .NET SDK for Rhino5 / Grasshopper
http://wiki.mcneel.com/developer/rhinocommon
242 stars 93 forks source link

IntersectionEvent.ParameterB Property typo #179

Closed EmilPoulsen closed 6 years ago

EmilPoulsen commented 6 years ago

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

dalefugier commented 6 years ago

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

Thanks,

-- Dale