This method of the Direct3dRMFaceArray Class returns one of the Direct3dRMFace objects associated with this object.
public Direct3dRMFace getElement(int index);
Returns the Direct3dRMFace object if successful; otherwise, returns null.
index | Identifies the object to return. Must be a value in the range of 0 to one less than the number returned by the getSize method. |