Quantcast
Channel: Rhino Developer - McNeel Forum
Viewing all articles
Browse latest Browse all 8667

Difficult thing about pick objects

$
0
0

@stjackin wrote:

Hi there.
Is it possible to write a funciton that we can get objects which are close to a certain point?
I hope there will be some efficent way,but not check object one by one.
Something like we chose objects connected to one point by cursor.

something like the function in rhino.geometry.collection.meshvetexlist class
public int[] GetConnectedVertices(int vertexIndex)

Here if we wanna get connected vertices, all we have to do is pass in the vertex index.

And if it is not a point object guid passed into the function, maybe just the coordiantes, is it possible?

Any replies are appreciated.Thanks.

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 8667

Trending Articles