Пример #1
0
 public void SetRange(int index, Point3DfArray values)
 {
     solar_datastructurePINVOKE.Point3DfArray_SetRange(swigCPtr, index, Point3DfArray.getCPtr(values));
     if (solar_datastructurePINVOKE.SWIGPendingException.Pending)
     {
         throw solar_datastructurePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #2
0
 public Point3DfArray(Point3DfArray other) : this(solar_datastructurePINVOKE.new_Point3DfArray__SWIG_1(Point3DfArray.getCPtr(other)), true)
 {
     if (solar_datastructurePINVOKE.SWIGPendingException.Pending)
     {
         throw solar_datastructurePINVOKE.SWIGPendingException.Retrieve();
     }
 }