so i stumbled again upon this strange behaviour in RhinoCommon using Python and i`m wondering where it is originating from.
When offsetting the same curve with Curve.Offset or Curve.OffsetNormalToSurface the results are different on a suprisingly big scale. The underlyling surface is not really complex. Can somebody explain to me what is happening and if there is a fix ?
somehow i don`t understand how the offsets in this case have different results. Attached i am sending you a Rhino file and the corresponding script.
In the .3dm file you can find the face for the Offset on the “Face” Layer and the curve to offset on the “Base Curve” Layer. The other curves on the “Offsets” layer are the offsets with the different methods. The black curve on the Offsets Layer is the one made with the NormaltoSurface method.