Esempio n. 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);
        }
Esempio n. 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);
        }
Esempio n. 3
0
        public virtual bool Read(FbxDocument pDocument)
        {
            bool ret = fbx_wrapperPINVOKE.FbxReader_Read(swigCPtr, FbxDocument.getCPtr(pDocument));

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

            return(ret);
        }
Esempio n. 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);
        }
Esempio n. 6
0
 public FbxEventPreImport(FbxDocument pDocument) : this(FbxWrapperNativePINVOKE.new_FbxEventPreImport(FbxDocument.getCPtr(pDocument)), true)
 {
 }
Esempio n. 7
0
        public virtual bool Write(FbxDocument pDocument)
        {
            bool ret = fbx_wrapperPINVOKE.FbxWriter_Write(swigCPtr, FbxDocument.getCPtr(pDocument));

            return(ret);
        }
Esempio n. 8
0
        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);
        }
Esempio n. 9
0
        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)
 {
 }
Esempio n. 11
0
        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);
        }
Esempio n. 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);
        }
Esempio n. 13
0
        public bool Import(FbxDocument pDocument)
        {
            bool ret = fbx_wrapperPINVOKE.FbxImporter_Import__SWIG_1(swigCPtr, FbxDocument.getCPtr(pDocument));

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

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