public function ConvertPointRepsToAdjacency( pointReps : int[] ) :
int[];
Parameters
pointReps
System.Int32[]. Array that contains one Int32 per vertex of the mesh that contains point representative data. This parameter is optional; supplying a value of 0 causes it to be interpreted as an "identity" array.
Return Value
System.Int32[]. Array of three Int32 values per face, which specify the three neighbors for each face in the mesh.