Exemple #1
0
 public virtual void SetIOSettings(FbxIOSettings pIOSettings)
 {
     NativeMethods.FbxManager_SetIOSettings(swigCPtr, FbxIOSettings.getCPtr(pIOSettings));
     if (NativeMethods.SWIGPendingException.Pending)
     {
         throw NativeMethods.SWIGPendingException.Retrieve();
     }
 }
Exemple #2
0
 public void FillCommonIOSettings(FbxIOSettings pIOS, bool pImport)
 {
     FbxWrapperNativePINVOKE.FbxManager_FillCommonIOSettings(swigCPtr, FbxIOSettings.getCPtr(pIOS), pImport);
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
        public virtual bool Initialize(string pFileName, int pFileFormat, FbxIOSettings pIOSettings)
        {
            bool ret = NativeMethods.FbxIOBase_Initialize__SWIG_0(swigCPtr, pFileName, pFileFormat, FbxIOSettings.getCPtr(pIOSettings));

            if (NativeMethods.SWIGPendingException.Pending)
            {
                throw NativeMethods.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #4
0
 public void Set_IOS(FbxIOSettings pIOS)
 {
     FbxWrapperNativePINVOKE.FbxIOInfo_Set_IOS(swigCPtr, FbxIOSettings.getCPtr(pIOS));
 }
Exemple #5
0
        public virtual bool Initialize(FbxStream pStream, SWIGTYPE_p_void pStreamData, int pFileFormat, FbxIOSettings pIOSettings)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxExporter_Initialize__SWIG_3(swigCPtr, FbxStream.getCPtr(pStream), SWIGTYPE_p_void.getCPtr(pStreamData), pFileFormat, FbxIOSettings.getCPtr(pIOSettings));

            return(ret);
        }
Exemple #6
0
        public override bool Initialize(string pFileName, int pFileFormat, FbxIOSettings pIOSettings)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxExporter_Initialize__SWIG_0(swigCPtr, pFileName, pFileFormat, FbxIOSettings.getCPtr(pIOSettings));

            return(ret);
        }
Exemple #7
0
 public void SetIOSettings(FbxIOSettings pIOSettings)
 {
     FbxWrapperNativePINVOKE.FbxExporter_SetIOSettings(swigCPtr, FbxIOSettings.getCPtr(pIOSettings));
 }
 public void FillIOSettingsForReadersRegistered(FbxIOSettings pIOS)
 {
     fbx_wrapperPINVOKE.FbxManager_FillIOSettingsForReadersRegistered(swigCPtr, FbxIOSettings.getCPtr(pIOS));
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #9
0
 public void SetIOSettings(FbxIOSettings pIOSettings)
 {
     fbx_wrapperPINVOKE.FbxImporter_SetIOSettings(swigCPtr, FbxIOSettings.getCPtr(pIOSettings));
 }
Exemple #10
0
        public virtual bool Initialize(string pFileName, int pFileFormat, FbxIOSettings pIOSettings)
        {
            bool ret = fbx_wrapperPINVOKE.FbxIOBase_Initialize__SWIG_0(swigCPtr, pFileName, pFileFormat, FbxIOSettings.getCPtr(pIOSettings));

            return(ret);
        }
Exemple #11
0
 public void FillIOSettingsForWritersRegistered(FbxIOSettings pIOS)
 {
     FbxWrapperNativePINVOKE.FbxManager_FillIOSettingsForWritersRegistered(swigCPtr, FbxIOSettings.getCPtr(pIOS));
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #12
0
 public virtual void SetIOSettings(FbxIOSettings pIOSettings)
 {
     FbxWrapperNativePINVOKE.FbxManager_SetIOSettings(swigCPtr, FbxIOSettings.getCPtr(pIOSettings));
 }
Exemple #13
0
 public void SetModes(bool pExporting, FbxIOSettings pIOS)
 {
     FbxWrapperNativePINVOKE.FbxAnimCurveFilterConstantKeyReducer_SetModes(swigCPtr, pExporting, FbxIOSettings.getCPtr(pIOS));
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #14
0
 public void UpdateScaleCompensate(FbxNode pNode, FbxIOSettings pIOS)
 {
     FbxWrapperNativePINVOKE.FbxScene_UpdateScaleCompensate(swigCPtr, FbxNode.getCPtr(pNode), FbxIOSettings.getCPtr(pIOS));
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #15
0
 public virtual void SetIOSettings(FbxIOSettings pIOSettings)
 {
     fbx_wrapperPINVOKE.FbxReader_SetIOSettings(swigCPtr, FbxIOSettings.getCPtr(pIOSettings));
 }
Exemple #16
0
 public void Set_IOS(FbxIOSettings pIOS)
 {
     fbx_wrapperPINVOKE.FbxIOInfo_Set_IOS(swigCPtr, FbxIOSettings.getCPtr(pIOS));
 }
Exemple #17
0
        public virtual bool Apply(SWIGTYPE_p_p_FbxAnimCurve pCurve, int pCount, FbxIOSettings pIOS)
        {
            bool ret = fbx_wrapperPINVOKE.FbxAnimCurveFilterScaleCompensate_Apply__SWIG_9(swigCPtr, SWIGTYPE_p_p_FbxAnimCurve.getCPtr(pCurve), pCount, FbxIOSettings.getCPtr(pIOS));

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #18
0
        public virtual bool Apply(SWIGTYPE_p_p_FbxAnimCurve pCurve, int pCount, FbxIOSettings pIOS, FbxStatus pStatus)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxAnimCurveFilterScaleCompensate_Apply__SWIG_8(swigCPtr, SWIGTYPE_p_p_FbxAnimCurve.getCPtr(pCurve), pCount, FbxIOSettings.getCPtr(pIOS), FbxStatus.getCPtr(pStatus));

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