Exemple #1
0
        public FbxObject FindSrcObject(FbxCriteria pCriteria, string pName)
        {
            global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxObject_FindSrcObject__SWIG_3(swigCPtr, FbxCriteria.getCPtr(pCriteria), pName);
            FbxObject             ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxObject(cPtr, false);

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #2
0
        public bool DisconnectAllDstObject(FbxCriteria pCriteria)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxObject_DisconnectAllDstObject__SWIG_1(swigCPtr, FbxCriteria.getCPtr(pCriteria));

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #3
0
        public bool ImportAssets(FbxLibrary pSrcLibrary, FbxCriteria pAssetFilter)
        {
            bool ret = fbx_wrapperPINVOKE.FbxLibrary_ImportAssets__SWIG_1(swigCPtr, FbxLibrary.getCPtr(pSrcLibrary), FbxCriteria.getCPtr(pAssetFilter));

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #4
0
        public int GetSrcObjectCount(FbxCriteria pCriteria)
        {
            int ret = FbxWrapperNativePINVOKE.FbxObject_GetSrcObjectCount__SWIG_1(swigCPtr, FbxCriteria.getCPtr(pCriteria));

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #5
0
 public T FindDstObject <T>(FbxCriteria pCriteria, string pName, int pStartIndex = 0)
 {
     throw new NotImplementedException();
 }
Exemple #6
0
        public static FbxCriteria GetAssetDependentsFilter()
        {
            FbxCriteria ret = new FbxCriteria(fbx_wrapperPINVOKE.FbxLibrary_GetAssetDependentsFilter(), true);

            return(ret);
        }
Exemple #7
0
 public int GetDstObjectCount <T>(FbxCriteria pCriteria)
 {
     throw new NotImplementedException();
 }
Exemple #8
0
 public T GetDstObject <T>(FbxCriteria pCriteria, int pIndex = 0)
 {
     throw new NotImplementedException();
 }
Exemple #9
0
 public FbxObject FindSrcObject(FbxCriteria pCriteria, string pName, int pStartIndex = 0)
 {
     throw new NotImplementedException();
 }
Exemple #10
0
 public bool DisconnectAllDstObject <T>(FbxCriteria pCriteria)
 {
     throw new NotImplementedException();
 }
Exemple #11
0
 public FbxObject GetSrcObject(FbxCriteria pCriteria, int pIndex = 0)
 {
     throw new NotImplementedException();
 }
 public FbxCriteria(FbxCriteria pCriteria) : this(fbx_wrapperPINVOKE.new_FbxCriteria__SWIG_1(FbxCriteria.getCPtr(pCriteria)), true)
 {
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
        public static FbxCriteria IsProperty()
        {
            FbxCriteria ret = new FbxCriteria(fbx_wrapperPINVOKE.FbxCriteria_IsProperty(), true);

            return(ret);
        }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxCriteria obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
        public FbxCriteria assign(FbxCriteria pCriteria)
        {
            FbxCriteria ret = new FbxCriteria(fbx_wrapperPINVOKE.FbxCriteria_assign(swigCPtr, FbxCriteria.getCPtr(pCriteria)), false);

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