コード例 #1
0
 public FbxExternalDocRefListener(FbxManager pManager, FbxString pDocFilePath) : this(fbx_wrapperPINVOKE.new_FbxExternalDocRefListener(FbxManager.getCPtr(pManager), FbxString.getCPtr(pDocFilePath)), true)
 {
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
 public PropertyUrlIndex(FbxString pUrl, int pIndex) : this(fbx_wrapperPINVOKE.new_FbxEmbeddedFilesAccumulator_PropertyUrlIndex__SWIG_1(FbxString.getCPtr(pUrl), pIndex), true)
 {
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #3
0
        public FbxString GetDetail(int id)
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxAccumulatorEntry_GetDetail(swigCPtr, id);
            FbxString             ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxString(cPtr, false);

            return(ret);
        }
コード例 #4
0
 public FbxAnimSplitDef(FbxString pName, FbxTime pStart, FbxTime pEnd) : this(FbxWrapperNativePINVOKE.new_FbxAnimUtilities_FbxAnimSplitDef__SWIG_1(FbxString.getCPtr(pName), FbxTime.getCPtr(pStart), FbxTime.getCPtr(pEnd)), true)
 {
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #5
0
 public FbxUserNotification(FbxManager pManager, FbxString pLogFileName, FbxString pSessionDescription) : this(FbxWrapperNativePINVOKE.new_FbxUserNotification(FbxManager.getCPtr(pManager), FbxString.getCPtr(pLogFileName), FbxString.getCPtr(pSessionDescription)), true)
 {
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #6
0
 public FbxAccumulatorEntry(FbxAccumulatorEntry.EClass pAEClass, FbxString pName, FbxString pDescr, FbxString pDetail) : this(FbxWrapperNativePINVOKE.new_FbxAccumulatorEntry__SWIG_1((int)pAEClass, FbxString.getCPtr(pName), FbxString.getCPtr(pDescr), FbxString.getCPtr(pDetail)), true)
 {
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #7
0
 public FbxAccumulatorEntry(FbxAccumulatorEntry.EClass pAEClass, FbxString pName, FbxString pDescr) : this(fbx_wrapperPINVOKE.new_FbxAccumulatorEntry__SWIG_2((int)pAEClass, FbxString.getCPtr(pName), FbxString.getCPtr(pDescr)), true)
 {
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #8
0
ファイル: FbxString.cs プロジェクト: zwiglm/NeoAxisEngine
 public FbxString(FbxString pString) : this(FbxWrapperNativePINVOKE.new_FbxString__SWIG_1(FbxString.getCPtr(pString)), true)
 {
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #9
0
 public void SetNameSpace(FbxString pNameSpace)
 {
     fbx_wrapperPINVOKE.FbxObject_SetNameSpace(swigCPtr, FbxString.getCPtr(pNameSpace));
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #10
0
 public void ConvertShapeNamesToV5Format(FbxString pTakeNodeName, int pShapeIndex)
 {
     FbxWrapperNativePINVOKE.FbxGeometry_ConvertShapeNamesToV5Format__SWIG_1(swigCPtr, FbxString.getCPtr(pTakeNodeName), pShapeIndex);
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #11
0
 public void CreateShapeChannelProperties(FbxString pShapeName)
 {
     fbx_wrapperPINVOKE.FbxGeometry_CreateShapeChannelProperties(swigCPtr, FbxString.getCPtr(pShapeName));
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #12
0
 public virtual void SetOutNameSpaceSymbol(FbxString pNameSpaceSymbol)
 {
     fbx_wrapperPINVOKE.FbxRenamingStrategy_SetOutNameSpaceSymbol(swigCPtr, FbxString.getCPtr(pNameSpaceSymbol));
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #13
0
ファイル: FbxIOSettings.cs プロジェクト: tank90fc/fbx_wrapper
 public void SetLanguageLabel(FbxProperty pProp, FbxString pLabel)
 {
     fbx_wrapperPINVOKE.FbxIOSettings_SetLanguageLabel(swigCPtr, FbxProperty.getCPtr(pProp), FbxString.getCPtr(pLabel));
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #14
0
ファイル: fbx_wrapper.cs プロジェクト: tank90fc/fbx_wrapper
 public static void FbxRemoveChar(FbxString pString, char pToRemove)
 {
     fbx_wrapperPINVOKE.FbxRemoveChar(FbxString.getCPtr(pString), pToRemove);
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #15
0
 public virtual void SetInNameSpaceSymbol(FbxString pNameSpaceSymbol)
 {
     FbxWrapperNativePINVOKE.FbxRenamingStrategy_SetInNameSpaceSymbol(swigCPtr, FbxString.getCPtr(pNameSpaceSymbol));
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #16
0
 public virtual void GetLogFilePath(FbxString pPath)
 {
     FbxWrapperNativePINVOKE.FbxUserNotification_GetLogFilePath(swigCPtr, FbxString.getCPtr(pPath));
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #17
0
 public void RevertShapeNamesToV6Format(FbxString pTakeNodeName, int pShapeIndex)
 {
     fbx_wrapperPINVOKE.FbxGeometry_RevertShapeNamesToV6Format__SWIG_1(swigCPtr, FbxString.getCPtr(pTakeNodeName), pShapeIndex);
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #18
0
 public void ConvertShapeNamesToV5Format(FbxString pTakeNodeName)
 {
     fbx_wrapperPINVOKE.FbxGeometry_ConvertShapeNamesToV5Format__SWIG_0(swigCPtr, FbxString.getCPtr(pTakeNodeName));
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #19
0
ファイル: FbxProperty.cs プロジェクト: zwiglm/NeoAxisEngine
 public void SetLabel(FbxString pLabel)
 {
     FbxWrapperNativePINVOKE.FbxProperty_SetLabel(swigCPtr, FbxString.getCPtr(pLabel));
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #20
0
ファイル: FbxCache.cs プロジェクト: yeluo-vinager/FbxWrapper
 public void GetCacheFileName(FbxString pRelativeFileName_UTF8, FbxString pAbsoluteFileName_UTF8)
 {
     fbx_wrapperPINVOKE.FbxCache_GetCacheFileName(swigCPtr, FbxString.getCPtr(pRelativeFileName_UTF8), FbxString.getCPtr(pAbsoluteFileName_UTF8));
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #21
0
ファイル: FbxIOSettings.cs プロジェクト: tank90fc/fbx_wrapper
 public void SetStringProp(string pName, FbxString pValue)
 {
     fbx_wrapperPINVOKE.FbxIOSettings_SetStringProp(swigCPtr, pName, FbxString.getCPtr(pValue));
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #22
0
ファイル: FbxIOSettings.cs プロジェクト: zwiglm/NeoAxisEngine
 public void RemoveEnumPropValue(string pName, FbxString pValue)
 {
     FbxWrapperNativePINVOKE.FbxIOSettings_RemoveEnumPropValue(swigCPtr, pName, FbxString.getCPtr(pValue));
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #23
0
ファイル: FbxExporter.cs プロジェクト: zwiglm/NeoAxisEngine
 public void SetDefaultRenderResolution(FbxString pCamName, FbxString pResolutionMode, double pW, double pH)
 {
     FbxWrapperNativePINVOKE.FbxExporter_SetDefaultRenderResolution(swigCPtr, FbxString.getCPtr(pCamName), FbxString.getCPtr(pResolutionMode), pW, pH);
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #24
0
 public virtual void SetDocumentFilePath(FbxString pDocFilePath)
 {
     fbx_wrapperPINVOKE.FbxExternalDocRefListener_SetDocumentFilePath(swigCPtr, FbxString.getCPtr(pDocFilePath));
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #25
0
ファイル: FbxString.cs プロジェクト: zwiglm/NeoAxisEngine
 public void Swap(FbxString pString)
 {
     FbxWrapperNativePINVOKE.FbxString_Swap(swigCPtr, FbxString.getCPtr(pString));
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #26
0
 public void RevertShapeNamesToV6Format(FbxString pTakeNodeName)
 {
     FbxWrapperNativePINVOKE.FbxGeometry_RevertShapeNamesToV6Format__SWIG_0(swigCPtr, FbxString.getCPtr(pTakeNodeName));
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #27
0
 public virtual void GetText(FbxString pText)
 {
     FbxWrapperNativePINVOKE.FbxStringListTFbxStringListItem_GetText(swigCPtr, FbxString.getCPtr(pText));
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #28
0
 public void Add(FbxString pKey, FbxObject pValue)
 {
     FbxWrapperNativePINVOKE.FbxSimpleMapFbxStringFbxObjectPFbxStringCompare_Add(swigCPtr, FbxString.getCPtr(pKey), FbxObject.getCPtr(pValue));
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #29
0
 public void Swap(FbxString pString)
 {
     fbx_wrapperPINVOKE.FbxString_Swap(swigCPtr, FbxString.getCPtr(pString));
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #30
0
 public FbxIOSettings.ELanguage Get_Max_Runtime_Language(FbxString pRegLocation)
 {
     FbxIOSettings.ELanguage ret = (FbxIOSettings.ELanguage)fbx_wrapperPINVOKE.FbxIOSettings_Get_Max_Runtime_Language(swigCPtr, FbxString.getCPtr(pRegLocation));
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
     return(ret);
 }