Hi guys,
I thought it is very simple and straight forward, but I am stuck here. I want to let user pick two vertex point on a brep solid. It may not be that simple. Could anyone please help me how to do that in this case?
I have checked chatgpt, it gives me a complex code, I don’t like it. I think it should a very simple code. Here I have this:
const CRhinoObjRef& objref1 = go1.Object(0);
Now how can I get the point from objref1 which is a vertex point?