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