Ejemplo n.º 1
0
 public DamageAngles(DamageAngles other) : this(msclPINVOKE.new_DamageAngles__SWIG_1(DamageAngles.getCPtr(other)), true)
 {
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 2
0
 public DamageAnglesEnumerator(DamageAngles collection)
 {
     collectionRef = collection;
     keyCollection = new global::System.Collections.Generic.List <byte>(collection.Keys);
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
Ejemplo n.º 3
0
        public DamageAngles damageAngles()
        {
            DamageAngles ret = new DamageAngles(msclPINVOKE.FatigueOptions_damageAngles(swigCPtr), false);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Ejemplo n.º 4
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(DamageAngles obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }