コード例 #1
0
ファイル: GvNodeMaster.cs プロジェクト: KilledChicken/Fusee
 public void FreeCalculationTable(SWIGTYPE_p_p_GvCalcTable table) {
   C4dApiPINVOKE.GvNodeMaster_FreeCalculationTable(swigCPtr, SWIGTYPE_p_p_GvCalcTable.getCPtr(table));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
 }
コード例 #2
0
 internal static HandleRef getCPtr(SWIGTYPE_p_p_GvCalcTable obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }