コード例 #1
0
ファイル: Neighbor.cs プロジェクト: KilledChicken/Fusee
 public bool GetNGons(PolygonObject op, SWIGTYPE_p_LONG ngoncnt, SWIGTYPE_p_p_NgonNeighbor ngons) {
   bool ret = C4dApiPINVOKE.Neighbor_GetNGons(swigCPtr, PolygonObject.getCPtr(op), SWIGTYPE_p_LONG.getCPtr(ngoncnt), SWIGTYPE_p_p_NgonNeighbor.getCPtr(ngons));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
コード例 #2
0
 internal static HandleRef getCPtr(SWIGTYPE_p_p_NgonNeighbor obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }