Package com.ms.com.directX Previous
Previous
Microsoft Packages
Microsoft Packages
Index
Index
Next
Next

Class d3drmFaceArray

Applications use the methods of the d3drmFaceArray class to organize faces in a mesh.

public class d3drmFaceArray implements Id3drmFaceArray
{
  public void InternalSetObject(IUnknown lpdd);
  public IUnknown InternalGetObject();
  public int GetSize();
  public d3drmFace GetElement(int index);
}

There are the following methods:
GetElement
GetSize

The d3drmFaceArray object is obtained by calling the GetFaces method.

GetSize

public int GetSize();

Returns the number of d3drmFace objects associated with this object.

Return Value:

Returns the number of objects.


GetElement

public d3drmFace GetElement(int index);

Returns one of the d3drmFace objects associated with this object.

Return Value:

Returns the d3drmFace object if successful; null otherwise.

ParameterDescription
index Identifies the object to return. Must be a value in the range 0 to one less than the number returned by the GetSize method.



Top© 1996 Microsoft Corporation. All rights reserved.