示例#1
0
 public void GetObjectInfo(SWIGTYPE_p_BrushObjectData data, BrushObjectInfo info)
 {
     C4dApiPINVOKE.BrushBase_GetObjectInfo__SWIG_0(swigCPtr, SWIGTYPE_p_BrushObjectData.getCPtr(data), BrushObjectInfo.getCPtr(info));
     if (C4dApiPINVOKE.SWIGPendingException.Pending)
     {
         throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#2
0
        public bool GetObjectInfo(BaseObject op, BrushObjectInfo info)
        {
            bool ret = C4dApiPINVOKE.BrushBase_GetObjectInfo__SWIG_1(swigCPtr, BaseObject.getCPtr(op), BrushObjectInfo.getCPtr(info));

            if (C4dApiPINVOKE.SWIGPendingException.Pending)
            {
                throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
示例#3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(BrushObjectInfo obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }