Ejemplo n.º 1
0
 public bool ReceiveNewTexture(BaseObject op, SWIGTYPE_p_Filename filename, bool sdown, SWIGTYPE_p_GEMB_R already_answered) {
   bool ret = C4dApiPINVOKE.BaseDocument_ReceiveNewTexture(swigCPtr, BaseObject.getCPtr(op), SWIGTYPE_p_Filename.getCPtr(filename), sdown, SWIGTYPE_p_GEMB_R.getCPtr(already_answered));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Ejemplo n.º 2
0
 internal static HandleRef getCPtr(SWIGTYPE_p_GEMB_R obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Ejemplo n.º 3
0
 public bool HandleSelectedTextureFilename(SWIGTYPE_p_BaseChannel bc, SWIGTYPE_p_Filename fn, SWIGTYPE_p_Filename resfilename, bool undo, SWIGTYPE_p_GEMB_R already_answered) {
   bool ret = C4dApiPINVOKE.BaseDocument_HandleSelectedTextureFilename(swigCPtr, SWIGTYPE_p_BaseChannel.getCPtr(bc), SWIGTYPE_p_Filename.getCPtr(fn), SWIGTYPE_p_Filename.getCPtr(resfilename), undo, SWIGTYPE_p_GEMB_R.getCPtr(already_answered));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }