Exemplo n.º 1
0
 public RayHitID(RayHitID other) : this(C4dApiPINVOKE.new_RayHitID__SWIG_2(RayHitID.getCPtr(other)), true)
 {
     if (C4dApiPINVOKE.SWIGPendingException.Pending)
     {
         throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 2
0
        public bool IsEqual(RayHitID snd)
        {
            bool ret = C4dApiPINVOKE.RayHitID_IsEqual(swigCPtr, RayHitID.getCPtr(snd));

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