Ejemplo n.º 1
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();
     }
 }
Ejemplo n.º 2
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();
     }
 }