示例#1
0
 public static void Get(SWIGTYPE_p_ConstUVWHandle dataptr, int i, UVWStruct res)
 {
     C4dApiPINVOKE.UVWTag_Get(SWIGTYPE_p_ConstUVWHandle.getCPtr(dataptr), i, UVWStruct.getCPtr(res));
     if (C4dApiPINVOKE.SWIGPendingException.Pending)
     {
         throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#2
0
 public static void Copy(SWIGTYPE_p_UVWHandle destptr, int dst, SWIGTYPE_p_ConstUVWHandle srcptr, int src)
 {
     C4dApiPINVOKE.UVWTag_Copy(SWIGTYPE_p_UVWHandle.getCPtr(destptr), dst, SWIGTYPE_p_ConstUVWHandle.getCPtr(srcptr), src);
     if (C4dApiPINVOKE.SWIGPendingException.Pending)
     {
         throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_ConstUVWHandle obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
示例#4
0
        public SWIGTYPE_p_ConstUVWHandle GetDataAddressR()
        {
            SWIGTYPE_p_ConstUVWHandle ret = new SWIGTYPE_p_ConstUVWHandle(C4dApiPINVOKE.UVWTag_GetDataAddressR(swigCPtr), true);

            return(ret);
        }