Hi guys,
As the diagram below shows, these two original curves on the left are only G0 connected, the goal is to connect two curves with a blend curve in G3 continuity.
I’m trying to solve this problem with Galapagos, and it works well up to G2 continuity by using the
Curve.CreateBlendCurve Method (Curve, Double, Boolean, BlendContinuity, Curve, Double, Boolean, BlendContinuity)
from RhinoCommon (I’m using a customized C# component)
But this method only enables the blend of curves up to G2 continuity, while in Rhino, the BlendCrv command could achieve up to G4 continuity. I would like to create this workflow in an automated way, so it is no option to use the BlendCrv command manually, apparently Rhino has the ability, but I still haven’t found a way to access this from within Grasshopper. (No success with ghpythonlib and rhinoscriptsyntax as well…)
Please share your good ideas:) thx!