BaseMesh.ConvertAdjacencyToPointReps Method ()

Converts mesh adjacency information to an array of point representatives.

Overload List

public int[] ConvertAdjacencyToPointReps(GraphicsStream);
public int[] ConvertAdjacencyToPointReps(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