'NotLicensedException' when executing 'CreateBlendCurve'

Hi all,

‘Rhino.Runtime.NotLicensedException’ is thrown when the following statement is executed:

Curve3 = Rhino.Geometry.Curve.CreateBlendCurve(Curve1, Curve2, Rhino.Geometry.BlendContinuity.Position)

(Rhino 7 is installed as a trial version. Rhino Inside was loaded as NuGet package in Visual Studio 2022.)

Is this behavior by design or is it a bug?

What possibilities do I have to attach two curves to each other?

Thanks a lot

Thomas

Hi @Thomas_Irnich,

Has your Rhino evaluation expired?

– Dale

1 Like

Hi Dale,

Yes actually the Rhino evaluation has expired.

Would it be possible to extend it or is it possible to do something else?

Thomas

Hi @Thomas_Irnich,

The evaluation period, which is 90 days, is not extendable - sorry.

– Dale

Hi Dale,

Bought an upgrade license today. Was still on version 5. As soon as I have the new license number, I will test ‘CreateBlendCurve’ again and report the result.

Thomas

1 Like

Hi Dale,

Now ‘CreateBlendCurve’ does not cause any more difficulties.

Thanks a lot

Thomas