BaseMesh.ConvertPointRepsToAdjacency Method ()

Converts point representative data to mesh adjacency information.

Overload List

public int[] ConvertPointRepsToAdjacency(GraphicsStream);
public int[] ConvertPointRepsToAdjacency(int[]);

Remarks

Exceptions

InvalidCallException

The method call is invalid. For example, a method's parameter might contain an invalid value.

OutOfMemoryExceptionLeave Site

Microsoft Direct3D could not allocate sufficient memory to complete the call.

See Also