Пример #1
0
 public static void Set(SWIGTYPE_p_UVWHandle dataptr, int i, UVWStruct s)
 {
     C4dApiPINVOKE.UVWTag_Set(SWIGTYPE_p_UVWHandle.getCPtr(dataptr), i, UVWStruct.getCPtr(s));
     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
        public SWIGTYPE_p_UVWHandle GetDataAddressW()
        {
            SWIGTYPE_p_UVWHandle ret = new SWIGTYPE_p_UVWHandle(C4dApiPINVOKE.UVWTag_GetDataAddressW(swigCPtr), true);

            return(ret);
        }
Пример #4
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_UVWHandle obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }