예제 #1
0
        public int GetReferencedDocuments(SWIGTYPE_p_FbxArrayT_FbxDocument_p_t pReferencedDocuments)
        {
            int ret = fbx_wrapperPINVOKE.FbxDocument_GetReferencedDocuments(swigCPtr, SWIGTYPE_p_FbxArrayT_FbxDocument_p_t.getCPtr(pReferencedDocuments));

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
예제 #2
0
 public void GetDocumentPathToRootDocument(SWIGTYPE_p_FbxArrayT_FbxDocument_p_t pDocumentPath)
 {
     fbx_wrapperPINVOKE.FbxDocument_GetDocumentPathToRootDocument__SWIG_1(swigCPtr, SWIGTYPE_p_FbxArrayT_FbxDocument_p_t.getCPtr(pDocumentPath));
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #3
0
 public void GetDocumentPathToRootDocument(SWIGTYPE_p_FbxArrayT_FbxDocument_p_t pDocumentPath, bool pFirstCall)
 {
     FbxWrapperNativePINVOKE.FbxDocument_GetDocumentPathToRootDocument__SWIG_0(swigCPtr, SWIGTYPE_p_FbxArrayT_FbxDocument_p_t.getCPtr(pDocumentPath), pFirstCall);
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }