Exemple #1
0
 internal static HandleRef getCPtr(GvDynamicData obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Exemple #2
0
 public static bool GvAllocDynamicDataClear(GvNode bn, GvDynamicData data, GvCalc c, int id) {
   bool ret = C4dApiPINVOKE.GvAllocDynamicDataClear(GvNode.getCPtr(bn), GvDynamicData.getCPtr(data), GvCalc.getCPtr(c), id);
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Exemple #3
0
 public static bool GvAllocDynamicData(GvNode bn, GvDynamicData data, GvDataInfo info) {
   bool ret = C4dApiPINVOKE.GvAllocDynamicData__SWIG_1(GvNode.getCPtr(bn), GvDynamicData.getCPtr(data), GvDataInfo.getCPtr(info));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Exemple #4
0
 public static void GvClearDynamicData(GvDynamicData data) {
   C4dApiPINVOKE.GvClearDynamicData__SWIG_1(GvDynamicData.getCPtr(data));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
 }