public void SetPolygonAt(int inx, CPolygon v) { C4dApiPINVOKE.PolygonObject_SetPolygonAt(swigCPtr, inx, CPolygon.getCPtr(v)); if (C4dApiPINVOKE.SWIGPendingException.Pending) { throw C4dApiPINVOKE.SWIGPendingException.Retrieve(); } }
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); }
public void ResetAddress(CPolygon a_polyadr) { C4dApiPINVOKE.Neighbor_ResetAddress(swigCPtr, CPolygon.getCPtr(a_polyadr)); }