public CPolygon GetPolyAt(int inx) { CPolygon ret = new CPolygon(C4dApiPINVOKE.BrushObjectInfo_GetPolyAt(swigCPtr, inx), true); return ret; }
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)); }
internal static HandleRef getCPtr(CPolygon obj) { return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr; }