RhinoCompute.cs is incomplete (as of 30/09/2019)

Hello Rhino.Compute team. The RhinoCompute.cs source (from https://compute.rhino3d.com/sdk/csharp) seems to have missing definition for the enum type SetsCombinations. Commenting out the two methods that depends on this type (IntersectionCompute.MeshMesh and its overloaded version) allows the file to compile as usual.

4 Likes

Thanks, I just updated the C# file which can be found at

This will also be available from compute.rhino3d.com/sdk/csharp once we update that server.

1 Like

@stevebaer

Hi Steve, did you simply remove the MeshMesh methods triggering that error? Because in the linked file they are still included, on the github they aren’t,

Also, none of the links here work: https://developer.rhino3d.com/guides/rhinocommon/compute/compute-getting-started/

Thanks I filed this bug at https://mcneel.myjetbrains.com/youtrack/issue/WWW-941

The links should be fixed now, thanks

1 Like