Exemple #1
0
        public bool Import(FbxDocument pDocument)
        {
            bool ret = NativeMethods.FbxImporter_Import(swigCPtr, FbxDocument.getCPtr(pDocument));

            if (NativeMethods.SWIGPendingException.Pending)
            {
                throw NativeMethods.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #2
0
        public int GetReferencedObjects(FbxDocument pToDoc, SWIGTYPE_p_FbxArrayT_FbxObject_p_t pReferencedObjects)
        {
            int ret = fbx_wrapperPINVOKE.FbxDocument_GetReferencedObjects(swigCPtr, FbxDocument.getCPtr(pToDoc), SWIGTYPE_p_FbxArrayT_FbxObject_p_t.getCPtr(pReferencedObjects));

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
        public virtual bool Read(FbxDocument pDocument)
        {
            bool ret = fbx_wrapperPINVOKE.FbxReader_Read(swigCPtr, FbxDocument.getCPtr(pDocument));

            return(ret);
        }
Exemple #4
0
        public bool Export(FbxDocument pDocument, bool pNonBlocking)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxExporter_Export__SWIG_0(swigCPtr, FbxDocument.getCPtr(pDocument), pNonBlocking);

            return(ret);
        }
Exemple #5
0
        public bool Export(FbxDocument pDocument, FbxIO pFbxObject)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxExporter_Export__SWIG_2(swigCPtr, FbxDocument.getCPtr(pDocument), FbxIO.getCPtr(pFbxObject));

            return(ret);
        }
 public FbxEventPreImport(FbxDocument pDocument) : this(FbxWrapperNativePINVOKE.new_FbxEventPreImport(FbxDocument.getCPtr(pDocument)), true)
 {
 }
Exemple #7
0
        public virtual bool Write(FbxDocument pDocument)
        {
            bool ret = fbx_wrapperPINVOKE.FbxWriter_Write(swigCPtr, FbxDocument.getCPtr(pDocument));

            return(ret);
        }
        public bool GetFirstMatchingUrl(string pPrefix, string pOptExt, FbxDocument pDoc, FbxString pResolvedPath)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxXRefManager_GetFirstMatchingUrl(swigCPtr, pPrefix, pOptExt, FbxDocument.getCPtr(pDoc), FbxString.getCPtr(pResolvedPath));

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
        public bool AddXRefProject(FbxDocument pDoc)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxXRefManager_AddXRefProject__SWIG_2(swigCPtr, FbxDocument.getCPtr(pDoc));

            return(ret);
        }
 public FbxEventPostImport(FbxDocument pDocument) : this(fbx_wrapperPINVOKE.new_FbxEventPostImport(FbxDocument.getCPtr(pDocument)), true)
 {
 }
        public bool GetResolvedUrl(string pUrl, FbxDocument pDoc, FbxString pResolvedPath)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxXRefManager_GetResolvedUrl__SWIG_1(swigCPtr, pUrl, FbxDocument.getCPtr(pDoc), FbxString.getCPtr(pResolvedPath));

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #12
0
        public int GetReferencingObjects(FbxDocument pFromDoc, SWIGTYPE_p_FbxArrayT_FbxObject_p_t pReferencingObjects)
        {
            int ret = FbxWrapperNativePINVOKE.FbxDocument_GetReferencingObjects(swigCPtr, FbxDocument.getCPtr(pFromDoc), SWIGTYPE_p_FbxArrayT_FbxObject_p_t.getCPtr(pReferencingObjects));

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #13
0
        public bool Import(FbxDocument pDocument)
        {
            bool ret = fbx_wrapperPINVOKE.FbxImporter_Import__SWIG_1(swigCPtr, FbxDocument.getCPtr(pDocument));

            return(ret);
        }
Exemple #14
0
        public bool Import(FbxDocument pDocument, bool pNonBlocking)
        {
            bool ret = fbx_wrapperPINVOKE.FbxImporter_Import__SWIG_0(swigCPtr, FbxDocument.getCPtr(pDocument), pNonBlocking);

            return(ret);
        }
Exemple #15
0
 public virtual void SetDocument(FbxDocument pDocument)
 {
     fbx_wrapperPINVOKE.FbxObject_SetDocument(swigCPtr, FbxDocument.getCPtr(pDocument));
 }
Exemple #16
0
 public virtual void SetDocument(FbxDocument pDocument)
 {
     FbxWrapperNativePINVOKE.FbxObject_SetDocument(swigCPtr, FbxDocument.getCPtr(pDocument));
 }