That's what I would like to know, too. In the sdk it looks like adjacency information for edges
and faces are stored in R3EDGELISTNODE and R3FACEPEREDGENODE.
structs defined in r3subdiv.h. However I haven't really looked into how to manipulate these in js or if it is even possible at the moment. Maybe the RS folks could give some information on this. :)

Timo Mikkolainen kirjoitti:
I'm trying to create a generic function library for SDS manipulation,
starting with modifying the handle selection (e.g. selecting an edge
loop or -ring, selecting connected faces etc.). Going through all
handles and checking which ones are selected is slow and hack-ish and
I can't access the selection order. I take it that the selected
handles (with the correct order) are stored as tags in the sds object,
but I don't know how to access them through JS, any ideas?

Reply via email to