示例#1
0
        public FbxLayerElementUserData CreateElementUserData()
        {
            global::System.IntPtr   cPtr = FbxWrapperNativePINVOKE.FbxGeometryBase_CreateElementUserData(swigCPtr);
            FbxLayerElementUserData ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxLayerElementUserData(cPtr, false);

            return(ret);
        }
示例#2
0
        public FbxLayerElementUserData GetElementUserData()
        {
            global::System.IntPtr   cPtr = fbx_wrapperPINVOKE.FbxGeometryBase_GetElementUserData__SWIG_1(swigCPtr);
            FbxLayerElementUserData ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxLayerElementUserData(cPtr, false);

            return(ret);
        }
示例#3
0
        public FbxLayerElementUserData GetElementUserData(int pIndex)
        {
            global::System.IntPtr   cPtr = FbxWrapperNativePINVOKE.FbxGeometryBase_GetElementUserData__SWIG_0(swigCPtr, pIndex);
            FbxLayerElementUserData ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxLayerElementUserData(cPtr, false);

            return(ret);
        }
示例#4
0
        public FbxLayerElementUserData GetUserData()
        {
            global::System.IntPtr   cPtr = FbxWrapperNativePINVOKE.FbxLayer_GetUserData__SWIG_0(swigCPtr);
            FbxLayerElementUserData ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxLayerElementUserData(cPtr, false);

            return(ret);
        }
示例#5
0
        public FbxLayerElementUserData assign(FbxLayerElementUserData pOther)
        {
            FbxLayerElementUserData ret = new FbxLayerElementUserData(FbxWrapperNativePINVOKE.FbxLayerElementUserData_assign(swigCPtr, FbxLayerElementUserData.getCPtr(pOther)), false);

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
示例#6
0
        public static FbxLayerElementUserData Create(FbxLayerContainer pOwner, FbxLayerElementUserData pOther)
        {
            global::System.IntPtr   cPtr = FbxWrapperNativePINVOKE.FbxLayerElementUserData_Create__SWIG_1(FbxLayerContainer.getCPtr(pOwner), FbxLayerElementUserData.getCPtr(pOther));
            FbxLayerElementUserData ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxLayerElementUserData(cPtr, false);

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
示例#7
0
        public static FbxLayerElementUserData Create(FbxLayerContainer pOwner, string pName, int pId, SWIGTYPE_p_FbxArrayT_FbxDataType_t pDataTypes, SWIGTYPE_p_FbxArrayT_char_const_p_t pDataNames)
        {
            global::System.IntPtr   cPtr = FbxWrapperNativePINVOKE.FbxLayerElementUserData_Create__SWIG_0(FbxLayerContainer.getCPtr(pOwner), pName, pId, SWIGTYPE_p_FbxArrayT_FbxDataType_t.getCPtr(pDataTypes), SWIGTYPE_p_FbxArrayT_char_const_p_t.getCPtr(pDataNames));
            FbxLayerElementUserData ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxLayerElementUserData(cPtr, false);

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
示例#8
0
        public bool RemoveElementUserData(FbxLayerElementUserData pElementUserData)
        {
            bool ret = fbx_wrapperPINVOKE.FbxGeometryBase_RemoveElementUserData(swigCPtr, FbxLayerElementUserData.getCPtr(pElementUserData));

            return(ret);
        }
示例#9
0
 public void SetUserData(FbxLayerElementUserData pUserData)
 {
     fbx_wrapperPINVOKE.FbxLayer_SetUserData(swigCPtr, FbxLayerElementUserData.getCPtr(pUserData));
 }
示例#10
0
 public void SetUserData(FbxLayerElementUserData pUserData)
 {
     FbxWrapperNativePINVOKE.FbxLayer_SetUserData(swigCPtr, FbxLayerElementUserData.getCPtr(pUserData));
 }
示例#11
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxLayerElementUserData obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }