Connect command in c# rhinocommon

What is the method (or multiple methods) behing “Connect” command in Rhino ? I would like to reproduce it in c#

Hi @Ludovic,

The Connect command uses Rhino’s internal curve chamfering code, which is not exposed in RhinoCommon. I’ve logged your request.

– Dale

Hi Dale, cool thanks.

I have done my own version for now but for sure it will be great to have access to the official command!