internal static HandleRef getCPtr(SWIGTYPE_p_p_SplineObject obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Example #2
0
 public static void Free(SWIGTYPE_p_p_SplineObject bl) {
   C4dApiPINVOKE.SplineObject_Free(SWIGTYPE_p_p_SplineObject.getCPtr(bl));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
 }