getCPtr() static private method

static private getCPtr ( Face obj ) : HandleRef
obj Face
return System.Runtime.InteropServices.HandleRef
 public void remove(Face key)
 {
     BulletSoftBodyPINVOKE.btAlignedObjectArrayFace_remove(swigCPtr, Face.getCPtr(key));
     if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending)
     {
         throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public void push_back(Face _Val)
 {
     BulletSoftBodyPINVOKE.btAlignedObjectArrayFace_push_back(swigCPtr, Face.getCPtr(_Val));
     if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending)
     {
         throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public void resize(int newsize, Face fillData)
 {
     BulletSoftBodyPINVOKE.btAlignedObjectArrayFace_resize__SWIG_0(swigCPtr, newsize, Face.getCPtr(fillData));
     if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending)
     {
         throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
     }
 }
        public int findLinearSearch(Face key)
        {
            int ret = BulletSoftBodyPINVOKE.btAlignedObjectArrayFace_findLinearSearch(swigCPtr, Face.getCPtr(key));

            if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending)
            {
                throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
        public Face expand(Face fillValue)
        {
            Face ret = new Face(BulletSoftBodyPINVOKE.btAlignedObjectArrayFace_expand__SWIG_0(swigCPtr, Face.getCPtr(fillValue)), false);

            if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending)
            {
                throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }