I would like to get the curve parameter at the intersection of a NurbsCurve and NurbsSurface. I have found CurveSurface( ) method at the Rhino.Geometry.Intersect.Intersection class. However, it cannot be found and I think it is in the RhinoCommon library. My code is a C# console project, not a plug-in? Which method could you advise me for the same process executed in CurveSurface method for a C# console project?
There is a big difference for a standalone Console project (only rhino3dm) and a plug-in for Rhino (uses RhinoCommon, includes the parts that are only available with a Rhino license).
Basically, you don’t have any advanced geometry modeling in a console project. That includes intersections and many other functions. The advanced functions need a Rhino license, and will only work with Rhino.
@menno, How could I download RhinoInside library? Is it possible by using NuGet package? If I purchase v8 edition, is it in the downloaded files coming with Rhinoceros?