Beispiel #1
0
        public bool ConnectDstObject(FbxObject pObject, SWIGTYPE_p_FbxConnection__EType pType)
        {
            bool ret = fbx_wrapperPINVOKE.FbxObject_ConnectDstObject__SWIG_0(swigCPtr, FbxObject.getCPtr(pObject), SWIGTYPE_p_FbxConnection__EType.getCPtr(pType));

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Beispiel #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_FbxConnection__EType obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }