Compute C# Sample does not work

Hello,

I’m trying out the C# compute sample from the developer guides( Rhino - Calling Compute with .NET) but it throws System.NotImplementedException when it attemps to run:

intersectionMeshes = Rhino.Compute.MeshCompute.CreateFromBrep(brep, MeshingParameters.FastRenderMesh);

I tried running the CircleCircle sample from the github samples repo ( rhino-developer-samples/compute/cs at 8 · mcneel/rhino-developer-samples · GitHub) and it worked until I updated the Rhino3dm nuget package from 0.2 to 8.17.0. When I updated to 8.17.0 I got the same exception from the developer guides sample.

Has anybody else run into something like this?

1 Like