Arc blend in grasshopper

Hello,

I have been trying to replicate Rhino command Arc-Blend in grasshopper, and I tried Bi-Arc and as shown in the image it is unsuccessful. Does anyone have a better solution ?

Best,
A

1 Like

Hi Arian,

would interest me as well,
I tried this but its not perfect; in my attempt the continuity between the arc curves is based on the bulgefactor :slightly_frowning_face:
edit: i just checked and bi-arc seems to be working fine for me. maybe weird input geometry?


arc_blend.gh (10.4 KB)

1 Like

You could use Rhinocommon Curve.CreateArcBlend Method via C# or Phyton.
https://developer.rhino3d.com/api/RhinoCommon/html/M_Rhino_Geometry_Curve_CreateArcBlend.htm
Here in C#:
190910_C#_CurveArcBlendMethod.gh (7.1 KB)

2 Likes

Bi-arc gives me no kink, just made random lines and used bi-arc. The tangents at the start/endpoints match.

biarcs.gh (8.9 KB) bi-arc

1 Like

thanks alot. it works perfectly.

cheers,
A

If you look in Rhino you notice how blend arc created ; try to find a way how to create this

1 Like

Thank you very much,it assists me a lot.