public static FbxPropertyPage Create(string pName)
        {
            global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxPropertyPage_Create__SWIG_4(pName);
            FbxPropertyPage       ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxPropertyPage(cPtr, false);

            return(ret);
        }
        public FbxPropertyValue Clone(FbxPropertyPage arg0)
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxPropertyValue_Clone(swigCPtr, FbxPropertyPage.getCPtr(arg0));
            FbxPropertyValue      ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxPropertyValue(cPtr, false);

            return(ret);
        }
Exemple #3
0
        public FbxPropertyPage GetPage()
        {
            global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxPropertyConnect_GetPage(swigCPtr);
            FbxPropertyPage       ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxPropertyPage(cPtr, false);

            return(ret);
        }
Exemple #4
0
        public static FbxPropertyConnect Create(FbxPropertyPage pPage, int pId)
        {
            global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxPropertyConnect_Create(FbxPropertyPage.getCPtr(pPage), pId);
            FbxPropertyConnect    ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxPropertyConnect(cPtr, false);

            return(ret);
        }
Exemple #5
0
        public FbxPropertyConnect Clone(FbxPropertyPage pPage)
        {
            global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxPropertyConnect_Clone(swigCPtr, FbxPropertyPage.getCPtr(pPage));
            FbxPropertyConnect    ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxPropertyConnect(cPtr, false);

            return(ret);
        }
Exemple #6
0
        public FbxPropertyInfo Clone(FbxPropertyPage arg0)
        {
            global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxPropertyInfo_Clone(swigCPtr, FbxPropertyPage.getCPtr(arg0));
            FbxPropertyInfo       ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxPropertyInfo(cPtr, false);

            return(ret);
        }
Exemple #7
0
        public static FbxPropertyPage Create(string pName, EFbxType pType)
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxPropertyPage_Create__SWIG_3(pName, (int)pType);
            FbxPropertyPage       ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxPropertyPage(cPtr, false);

            return(ret);
        }
Exemple #8
0
        public static FbxPropertyPage Create()
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxPropertyPage_Create__SWIG_1();
            FbxPropertyPage       ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxPropertyPage(cPtr, false);

            return(ret);
        }
Exemple #9
0
        public FbxPropertyPage GetTypeInfo()
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxPropertyInfo_GetTypeInfo(swigCPtr);
            FbxPropertyPage       ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxPropertyPage(cPtr, false);

            return(ret);
        }
Exemple #10
0
        public static FbxPropertyInfo Create(string pName, FbxPropertyPage pTypeInfo)
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxPropertyInfo_Create__SWIG_0(pName, FbxPropertyPage.getCPtr(pTypeInfo));
            FbxPropertyInfo       ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxPropertyInfo(cPtr, false);

            return(ret);
        }
        public static FbxPropertyPage Create(FbxPropertyPage pInstanceOf)
        {
            global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxPropertyPage_Create__SWIG_0(FbxPropertyPage.getCPtr(pInstanceOf));
            FbxPropertyPage       ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxPropertyPage(cPtr, false);

            return(ret);
        }
        public FbxPropertyPage GetTypeInfo(int pId)
        {
            global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxPropertyPage_GetTypeInfo__SWIG_0(swigCPtr, pId);
            FbxPropertyPage       ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxPropertyPage(cPtr, false);

            return(ret);
        }
        public FbxPropertyPage GetInstanceOf()
        {
            global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxPropertyPage_GetInstanceOf__SWIG_0(swigCPtr);
            FbxPropertyPage       ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxPropertyPage(cPtr, false);

            return(ret);
        }
 public FbxPropertyHandle(FbxPropertyPage pPage) : this(FbxWrapperNativePINVOKE.new_FbxPropertyHandle__SWIG_3(FbxPropertyPage.getCPtr(pPage)), true)
 {
 }
        public bool DisconnectSrc(int pDstId, FbxPropertyPage pSrcPage, int pSrcId)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxPropertyPage_DisconnectSrc(swigCPtr, pDstId, FbxPropertyPage.getCPtr(pSrcPage), pSrcId);

            return(ret);
        }
        public int Find(int pId, string pName, FbxPropertyPage pTypeInfo, bool pCaseSensitive, string pChildrenSeparators)
        {
            int ret = FbxWrapperNativePINVOKE.FbxPropertyPage_Find(swigCPtr, pId, pName, FbxPropertyPage.getCPtr(pTypeInfo), pCaseSensitive, pChildrenSeparators);

            return(ret);
        }
        public int Add(int pParentId, string pName, FbxPropertyPage pTypeInfo)
        {
            int ret = FbxWrapperNativePINVOKE.FbxPropertyPage_Add__SWIG_1(swigCPtr, pParentId, pName, FbxPropertyPage.getCPtr(pTypeInfo));

            return(ret);
        }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxPropertyPage obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Exemple #19
0
        public FbxPropertyFlags Clone(FbxPropertyPage pPage)
        {
            FbxPropertyFlags ret = new FbxPropertyFlags(fbx_wrapperPINVOKE.FbxPropertyFlags_Clone(swigCPtr, FbxPropertyPage.getCPtr(pPage)), true);

            return(ret);
        }
Exemple #20
0
        public bool DisconnectDst(int pSrcId, FbxPropertyPage pDstPage, int pDstId)
        {
            bool ret = fbx_wrapperPINVOKE.FbxPropertyPage_DisconnectDst(swigCPtr, pSrcId, FbxPropertyPage.getCPtr(pDstPage), pDstId);

            return(ret);
        }
        public bool ConnectDst(int pSrcId, FbxPropertyPage pDstPage, int pDstId, FbxConnection.EType pType)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxPropertyPage_ConnectDst(swigCPtr, pSrcId, FbxPropertyPage.getCPtr(pDstPage), pDstId, (int)pType);

            return(ret);
        }
        public bool IsConnectedDst(int pSrcId, FbxPropertyPage pDstPage, int pDstId)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxPropertyPage_IsConnectedDst(swigCPtr, pSrcId, FbxPropertyPage.getCPtr(pDstPage), pDstId);

            return(ret);
        }
Exemple #23
0
        public bool ConnectSrc(int pDstId, FbxPropertyPage pSrcPage, int pSrcId, FbxConnection.EType pType)
        {
            bool ret = fbx_wrapperPINVOKE.FbxPropertyPage_ConnectSrc(swigCPtr, pDstId, FbxPropertyPage.getCPtr(pSrcPage), pSrcId, (int)pType);

            return(ret);
        }
Exemple #24
0
 public FbxPropertyHandle(FbxPropertyPage pPage, int pId) : this(fbx_wrapperPINVOKE.new_FbxPropertyHandle__SWIG_2(FbxPropertyPage.getCPtr(pPage), pId), true)
 {
 }
Exemple #25
0
        public bool IsConnectedSrc(int pDstId, FbxPropertyPage pSrcPage, int pSrcId)
        {
            bool ret = fbx_wrapperPINVOKE.FbxPropertyPage_IsConnectedSrc(swigCPtr, pDstId, FbxPropertyPage.getCPtr(pSrcPage), pSrcId);

            return(ret);
        }
Exemple #26
0
 public FbxPropertyHandle(FbxPropertyPage pPage) : this(fbx_wrapperPINVOKE.new_FbxPropertyHandle__SWIG_3(FbxPropertyPage.getCPtr(pPage)), true)
 {
 }
Exemple #27
0
        public int FastFind(int pId, string pName, FbxPropertyPage pTypeInfo, bool pCaseSensitive)
        {
            int ret = fbx_wrapperPINVOKE.FbxPropertyPage_FastFind(swigCPtr, pId, pName, FbxPropertyPage.getCPtr(pTypeInfo), pCaseSensitive);

            return(ret);
        }