Selection questions

 From:  Michael Gibson
9147.2 In reply to 9147.1 
Hi Bravlin,

> Does edge object have attribute like neighbor or connected faces to query ?

Yes, there's a .getFacesOfEdge() function on curves - if it is an edge curve it will return a list of faces that use that edge curve as part of its trimming boundary.


> I didn't find it in maxsm's sdk: http://moi.maxsm.net/api/

It's there but it's under Curve, an edge curve and a "standalone" curve both use the same Curve interface.

- Michael