BREP ClosestPoint
Hello, I noticed that the C++ OpenNurbs API does not provide a method to get the closest point to a Brep. BUT the RhinoCommon C# API does provide this method. I wonder why this is the case. What is...
View ArticleBREP ClosestPoint
I noticed that yet another function does not exist in the OpenNurbs, but it does exist in RhinoCommon: The Transform.PlaneToPlane Method Read full topic
View ArticleBREP ClosestPoint
It seems that the equivalent to this function is the ON_XForm::Rotate method (it has an overload taking 2 ON_Planes) Read full topic
View ArticleBREP ClosestPoint
And I did find a workaround to have access to functions as they are specified in the rhcommon_c.dll file. You can use the C# code fo find out what is the native methods it is calling. For example, if...
View ArticleBREP ClosestPoint
Rafael Scudelari: I wonder why this is the case. www.rhino3d.com What is openNURBS? This guide gives an overview of the openNURBS toolkit. If you require access to Rhino functionality from outside of...
View ArticleBREP ClosestPoint
Hi @dale , Thank you for your reply. It is clear to me that the opennurbs public that links to the opennurbs_public.dll does not expose some methods (such as distance calculations). But the topic is...
View ArticleBREP ClosestPoint
Hi @scudelari, The functionality of Brep.ClosestPoint is provided by the RhinoBrepClosestPoint C++ SDK function. See rhinoSdkUtilitites.h for details. — Dale Read full topic
View ArticleBREP ClosestPoint
A post was split to a new topic: Rhino SDK and P/Invoke Read full topic
View Article