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
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
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
edit: i just checked and bi-arc seems to be working fine for me. maybe weird input geometry?
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)
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)thanks alot. it works perfectly.
cheers,
A
Thank you very much,it assists me a lot.