The D3dRMPickDesc Class of the com.ms.directX package contains the pick position and face and group identifiers of the objects retrieved by the getPick method.
public final class D3dRMPickDesc { // Fields public int faceIdx; public int groupIdx; public float x; public float y; public float z; }
Direct3dRMPickedArray