NurbsSurface UVID Grip Indexing Issue

In the Grip.GetSurfaceCVIndices() function, the surfaceuvid provided seems to be the outermost one. Is there a way to obtain all the connected uvids?

GripObject Grip.GetSurfaceCVIndices()

Try to inquire of those who might know something about it:

@pierrec @Gijs @DanielPiker

Trying to find the answer in the NurbsSurfacePointList seems to have no effect:
NurbsSurfacePointList class

Not sure if I understand your question. Are you looking for a way to find out if points are connected based on whether they have the same location?
What is your end goal?

That’s exactly how you understood it.

My ultimate goal is to achieve a similar effect to the coordinate grip found in Rhino documents.

That last clip is confusing me. Can you send that file?

If you need to check for connection, I’d say check the location of both points and see if the share the same position within your set tolerance.

NUrbsSurfaceOBjTest.3dm (502.0 KB)

OK, I’ve solved it. Thank you all.