On 25/06/2014 at 05:41, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 14
Platform: Mac OSX ;
Language(s) : C++ ;
---------
I'm using the Neighbor class but, using it, I can only get what polygons are connected to a point.
However, I just want to know what points are directly connected, through an edge, to a specific point.
For example, lets say I have point I. I want to know what are all the points that are directly connected to point I through an edge. Just one level deep!!
The SDK only talks about:
To get point->poly connections use GetPointPolys()
To get edge->poly connections use GetEdgePolys()
To get poly->edge connections use GetPolyInfo()
What about simpler things?