I’m working with opennurbs not Rhino.
The opensource opennurbs does not ship some functionalities, and those are only enabled in Rhino.
I found that Rhino SDK license says that it can be used no limitation, literally.
However, the opennurbs.lib file included in SDK still requires opennurbs.dll and it can be found in Rhino system.
Can I use opennurbs.dll in Rhino system in terms of the license of Rhino SDK, that is, is the opennurbs.dll freely redistributable without any limitation?
You may not distribute any portion of the Software or materials accompanying the Software.
Also, the functionality built into openNURBS included with Rhino is actually implemented in Rhino. Thus, even if distribution were allowed, these functions would not work anyway…
With all this said, what functionality are you looking for? What problem are you trying to solve?
I’m looking for method to make mesh from BRep mainly, and boolean operation additionally.
I’ve tried ON_BRep::CreateMesh(), but I noticed that it is not implemented in opensource opennurbs soon.