Esempio n. 1
0
 public void SetRange(int index, Transform3DfList values)
 {
     solar_datastructurePINVOKE.Transform3DfList_SetRange(swigCPtr, index, Transform3DfList.getCPtr(values));
     if (solar_datastructurePINVOKE.SWIGPendingException.Pending)
     {
         throw solar_datastructurePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 2
0
 public Transform3DfList(Transform3DfList other) : this(solar_datastructurePINVOKE.new_Transform3DfList__SWIG_1(Transform3DfList.getCPtr(other)), true)
 {
     if (solar_datastructurePINVOKE.SWIGPendingException.Pending)
     {
         throw solar_datastructurePINVOKE.SWIGPendingException.Retrieve();
     }
 }