コード例 #1
0
 public void SetPolygonAt(int inx, CPolygon v)
 {
     C4dApiPINVOKE.PolygonObject_SetPolygonAt(swigCPtr, inx, CPolygon.getCPtr(v));
     if (C4dApiPINVOKE.SWIGPendingException.Pending)
     {
         throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
ファイル: Neighbor.cs プロジェクト: reliefpfeiler42/Fusee
        public virtual bool Init(int pcnt, CPolygon vadr, int vcnt, BaseSelect bs)
        {
            bool ret = C4dApiPINVOKE.Neighbor_Init(swigCPtr, pcnt, CPolygon.getCPtr(vadr), vcnt, BaseSelect.getCPtr(bs));

            return(ret);
        }
コード例 #3
0
ファイル: Neighbor.cs プロジェクト: reliefpfeiler42/Fusee
 public void ResetAddress(CPolygon a_polyadr)
 {
     C4dApiPINVOKE.Neighbor_ResetAddress(swigCPtr, CPolygon.getCPtr(a_polyadr));
 }