예제 #1
0
 public static void Copy(SWIGTYPE_p_NormalHandle destptr, int dst, SWIGTYPE_p_ConstNormalHandle srcptr, int src)
 {
     C4dApiPINVOKE.NormalTag_Copy(SWIGTYPE_p_NormalHandle.getCPtr(destptr), dst, SWIGTYPE_p_ConstNormalHandle.getCPtr(srcptr), src);
     if (C4dApiPINVOKE.SWIGPendingException.Pending)
     {
         throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #2
0
 public static void Get(SWIGTYPE_p_ConstNormalHandle dataptr, int i, SWIGTYPE_p_NormalStruct res)
 {
     C4dApiPINVOKE.NormalTag_Get(SWIGTYPE_p_ConstNormalHandle.getCPtr(dataptr), i, SWIGTYPE_p_NormalStruct.getCPtr(res));
     if (C4dApiPINVOKE.SWIGPendingException.Pending)
     {
         throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #3
0
        public SWIGTYPE_p_ConstNormalHandle GetDataAddressR()
        {
            SWIGTYPE_p_ConstNormalHandle ret = new SWIGTYPE_p_ConstNormalHandle(C4dApiPINVOKE.NormalTag_GetDataAddressR(swigCPtr), true);

            return(ret);
        }
예제 #4
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_ConstNormalHandle obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }