In a C++ library using the rhino SDK and Open Nurbs I’m trying to perform a check to see if a point returned from ON_Rayshooter_ShootRay is on a trimmed brep or not. I’ve seen a suggestion to use BrepFace.IsPointOnFace . in a previous post, however I’m having difficulty finding the method in C++.
Is there another way to perform this check, or am I missing something? Any help is appreciated.