Esempio n. 1
0
        public SWIGTYPE_p_NgonBase GetNgonBase()
        {
            global::System.IntPtr cPtr = C4dApiPINVOKE.PolygonObject_GetNgonBase(swigCPtr);
            SWIGTYPE_p_NgonBase   ret  = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_NgonBase(cPtr, false);

            return(ret);
        }
Esempio n. 2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_NgonBase obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }