예제 #1
0
 internal static HandleRef getCPtr(SWIGTYPE_p_p_GvShape obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
예제 #2
0
 public void FreeShape(SWIGTYPE_p_p_GvShape shape) {
   C4dApiPINVOKE.GvWorld_FreeShape(swigCPtr, SWIGTYPE_p_p_GvShape.getCPtr(shape));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
 }