Curve.CreateFilletCurves method missing?

Hi,

I was hoping to use the Curve.CreateFilletCurves method in C#, but it doesn’t seem to exist… I can only seem to use the CreateFillets method which is much more limited. I’m using Visual Studio 17 and the latest GH version with rhino 5…

Thanks!!
oliver

Hi Oliver, since this is a RhinoCommon question that has nothing to do with Grasshopper (unless I totally misunderstood it), I’ve changed the category.

Hi @OBucklin,

Here is the function:

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

Keep in mind that it is a static function…

– Dale