|   |   |   | 
| BaseMesh.ConvertPointRepsToAdjacency Method | Language: | 
Converts point representative data to mesh adjacency information.
Visual Basic Public Function ConvertPointRepsToAdjacency( _ 
ByVal pointReps As GraphicsStream _
) As Integer()C# public int[] ConvertPointRepsToAdjacency( 
GraphicsStream pointReps
);C++ public: 
array<int>^ ConvertPointRepsToAdjacency(
GraphicsStream^ pointReps
);JScript public function ConvertPointRepsToAdjacency( 
pointReps : GraphicsStream
) : int[];
pointReps Microsoft.DirectX.GraphicsStream 
A GraphicsStream that contains one Int32per vertex of the mesh that represents point representative data. This parameter is optional; supplying a value of 0 causes it to be interpreted as an "identity" array.
System.Int32[]
Array of three Int32values per face, which specify the three neighbors for each face in the mesh.
Exceptions
InvalidCallException The method call is invalid. For example, a method's parameter might contain an invalid value. OutOfMemoryException Microsoft Direct3D could not allocate sufficient memory to complete the call. 
Mesh, ProgressiveMesh
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
        
          Feedback? Please provide us with your comments on this topic.
			
        
        
	   		For more help, visit the DirectX Developer Center