示例#1
0
        public bool ReceiveNewTexture(BaseObject op, Filename filename, bool sdown, SWIGTYPE_p_GEMB_R already_answered)
        {
            bool ret = C4dApiPINVOKE.BaseDocument_ReceiveNewTexture(swigCPtr, BaseObject.getCPtr(op), Filename.getCPtr(filename), sdown, SWIGTYPE_p_GEMB_R.getCPtr(already_answered));

            if (C4dApiPINVOKE.SWIGPendingException.Pending)
            {
                throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
示例#2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_GEMB_R obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
示例#3
0
        public bool HandleSelectedTextureFilename(BaseChannel bc, Filename fn, Filename resfilename, bool undo, SWIGTYPE_p_GEMB_R already_answered)
        {
            bool ret = C4dApiPINVOKE.BaseDocument_HandleSelectedTextureFilename(swigCPtr, BaseChannel.getCPtr(bc), Filename.getCPtr(fn), Filename.getCPtr(resfilename), undo, SWIGTYPE_p_GEMB_R.getCPtr(already_answered));

            if (C4dApiPINVOKE.SWIGPendingException.Pending)
            {
                throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }