Exemplo n.º 1
0
 public CPolygon GetPolyAt(int inx) {
   CPolygon ret = new CPolygon(C4dApiPINVOKE.BrushObjectInfo_GetPolyAt(swigCPtr, inx), true);
   return ret;
 }
Exemplo n.º 2
0
 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;
 }
Exemplo n.º 3
0
 public void ResetAddress(CPolygon a_polyadr) {
   C4dApiPINVOKE.Neighbor_ResetAddress(swigCPtr, CPolygon.getCPtr(a_polyadr));
 }
Exemplo n.º 4
0
 internal static HandleRef getCPtr(CPolygon obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }