Example #1
0
 public bool GetPolygonTranslationMap(SWIGTYPE_p_LONG ngoncnt, SWIGTYPE_p_p_LONG polymap) {
   bool ret = C4dApiPINVOKE.PolygonObject_GetPolygonTranslationMap(swigCPtr, SWIGTYPE_p_LONG.getCPtr(ngoncnt), SWIGTYPE_p_p_LONG.getCPtr(polymap));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Example #2
0
 public void GetPointPolys(int pnt, SWIGTYPE_p_p_LONG dadr, SWIGTYPE_p_LONG dcnt) {
   C4dApiPINVOKE.Neighbor_GetPointPolys(swigCPtr, pnt, SWIGTYPE_p_p_LONG.getCPtr(dadr), SWIGTYPE_p_LONG.getCPtr(dcnt));
 }
 public virtual int GetConversionsTo(SWIGTYPE_p_p_LONG table) {
   int ret = C4dApiPINVOKE.CustomDataTypeClass_GetConversionsTo(swigCPtr, SWIGTYPE_p_p_LONG.getCPtr(table));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Example #4
0
 internal static HandleRef getCPtr(SWIGTYPE_p_p_LONG obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }