@garciadelcastillo wrote:
Hi there!
I am writing a GH component that tries to use the
NurbsSurface.CreateCurveOnSurface
method, which the documentation specifies is available in version6.20
. However, the method seems not to be available in my C# script components or when loading RhinoCommon in VS.I can check the assembly version by:
Version v = typeof(Curve).Assembly.GetName().Version;
Which gives me
6.20.19322.20361
, so I am not sure what I’m missing. Is my GH using a different assembly version? Or is it just this method that wasn’t opened in6.20
.As opposed to this, I can for example see the
MeshThicknessMeasurement
struct which apparently was also available as of6.20
…Thanks!
JL
Posts: 6
Participants: 2