예제 #1
0
파일: GeSignal.cs 프로젝트: pr1m3c0d3/Fusee
 public static void Free(SWIGTYPE_p_p_GeSignal sm) {
   C4dApiPINVOKE.GeSignal_Free(SWIGTYPE_p_p_GeSignal.getCPtr(sm));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
 }
예제 #2
0
 internal static HandleRef getCPtr(SWIGTYPE_p_p_GeSignal obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }