Exemple #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();
 }
Exemple #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;
 }
 internal static HandleRef getCPtr(BrushObjectInfo obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }