mcneel / rhino3dm

Libraries based on OpenNURBS with a RhinoCommon style
MIT License
574 stars 135 forks source link

Intersect.Intersection.BrepBrep method #511

Closed stgeorges closed 1 year ago

stgeorges commented 1 year ago

Hello @fraguada , Do you think at some point in future rhino3dm can get the "Intersect.Intersection.BrepBrep" method?

fraguada commented 1 year ago

Hello @stgeorges. No. This method is not something in OpenNURBS and requires full Rhino to calculate. If you wanted to access this from a device where Rhino isn't installed, you could consider Rhino.Compute.

stgeorges commented 1 year ago

Thank you for the reply Luis.