Exemplo n.º 1
0
        public virtual int GetConversionsTo(SWIGTYPE_p_p_Int32 table)
        {
            int ret = C4dApiPINVOKE.CustomDataTypeClass_GetConversionsTo(swigCPtr, SWIGTYPE_p_p_Int32.getCPtr(table));

            if (C4dApiPINVOKE.SWIGPendingException.Pending)
            {
                throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 2
0
        } /* </Vector32*PolygonObject::CreatePhongNormals_csout> */

        public bool GetPolygonTranslationMap(SWIGTYPE_p_Int32 ngoncnt, SWIGTYPE_p_p_Int32 polymap)
        {
            bool ret = C4dApiPINVOKE.PolygonObject_GetPolygonTranslationMap(swigCPtr, SWIGTYPE_p_Int32.getCPtr(ngoncnt), SWIGTYPE_p_p_Int32.getCPtr(polymap));

            if (C4dApiPINVOKE.SWIGPendingException.Pending)
            {
                throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 3
0
 public void GetPointPolys(int pnt, SWIGTYPE_p_p_Int32 dadr, SWIGTYPE_p_Int32 dcnt)
 {
     C4dApiPINVOKE.Neighbor_GetPointPolys(swigCPtr, pnt, SWIGTYPE_p_p_Int32.getCPtr(dadr), SWIGTYPE_p_Int32.getCPtr(dcnt));
 }
Exemplo n.º 4
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_p_Int32 obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }