示例#1
0
        public static FbxLayerElementUV Create(FbxLayerContainer pOwner, string pName)
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxLayerElementUV_Create(FbxLayerContainer.getCPtr(pOwner), pName);
            FbxLayerElementUV     ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxLayerElementUV(cPtr, false);

            return(ret);
        }
        public static FbxLayerElementNormal Create(FbxLayerContainer pOwner, string pName)
        {
            global::System.IntPtr cPtr = NativeMethods.FbxLayerElementNormal_Create(FbxLayerContainer.getCPtr(pOwner), pName);
            FbxLayerElementNormal ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxLayerElementNormal(cPtr, false);

            if (NativeMethods.SWIGPendingException.Pending)
            {
                throw NativeMethods.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
示例#3
0
        public static FbxLayerElementSmoothing Create(FbxLayerContainer pOwner, string pName)
        {
            global::System.IntPtr    cPtr = FbxWrapperNativePINVOKE.FbxLayerElementSmoothing_Create(FbxLayerContainer.getCPtr(pOwner), pName);
            FbxLayerElementSmoothing ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxLayerElementSmoothing(cPtr, false);

            return(ret);
        }
示例#4
0
 public void SetContainer(FbxLayerContainer pContainer)
 {
     FbxWrapperNativePINVOKE.FbxLayerElementMaterial_LayerElementArrayProxy_SetContainer__SWIG_1(swigCPtr, FbxLayerContainer.getCPtr(pContainer));
 }
示例#5
0
 public virtual void SetOwner(FbxLayerContainer pOwner)
 {
     FbxWrapperNativePINVOKE.FbxLayerElementMaterial_SetOwner__SWIG_1(swigCPtr, FbxLayerContainer.getCPtr(pOwner));
 }
示例#6
0
 public void SetContainer(FbxLayerContainer pContainer, int pInstance)
 {
     fbx_wrapperPINVOKE.FbxLayerElementMaterial_LayerElementArrayProxy_SetContainer__SWIG_0(swigCPtr, FbxLayerContainer.getCPtr(pContainer), pInstance);
 }
示例#7
0
 public virtual void SetOwner(FbxLayerContainer pOwner, int pInstance)
 {
     fbx_wrapperPINVOKE.FbxLayerElementMaterial_SetOwner__SWIG_0(swigCPtr, FbxLayerContainer.getCPtr(pOwner), pInstance);
 }
示例#8
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);
        }
示例#9
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);
        }
示例#10
0
        public FbxLayerElement GetLayerElement(FbxLayerContainer pContainer)
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxLayerEntryView_GetLayerElement__SWIG_1(swigCPtr, FbxLayerContainer.getCPtr(pContainer));
            FbxLayerElement       ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxLayerElement(cPtr, false);

            return(ret);
        }