Exemple #1
0
 public bool GetNGonTranslationMap(int ngoncnt, SWIGTYPE_p_LONG polymap, SWIGTYPE_p_p_p_LONG ngons) {
   bool ret = C4dApiPINVOKE.PolygonObject_GetNGonTranslationMap(swigCPtr, ngoncnt, SWIGTYPE_p_LONG.getCPtr(polymap), SWIGTYPE_p_p_p_LONG.getCPtr(ngons));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 internal static HandleRef getCPtr(SWIGTYPE_p_p_p_LONG obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }