public void GetFloor(ref Plane3D plane) { UInt32 status = OpenNIImporter.xnGetFloor(this.InternalObject, ref plane); WrapperUtils.CheckStatus(status); }
public static extern XnStatus xnGetFloor(XnNodeHandle hInstance, ref Plane3D pPlane);