Пример #1
0
 public SurfaceIntersection(SWIGTYPE_p__DONTCONSTRUCT dc) : this(C4dApiPINVOKE.new_SurfaceIntersection__SWIG_1(SWIGTYPE_p__DONTCONSTRUCT.getCPtr(dc)), true)
 {
     if (C4dApiPINVOKE.SWIGPendingException.Pending)
     {
         throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #2
0
 public UVWStruct(SWIGTYPE_p__DONTCONSTRUCT dc) : this(C4dApiPINVOKE.new_UVWStruct__SWIG_0(SWIGTYPE_p__DONTCONSTRUCT.getCPtr(dc)), true)
 {
     if (C4dApiPINVOKE.SWIGPendingException.Pending)
     {
         throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #3
0
 public RayHitID(SWIGTYPE_p__DONTCONSTRUCT DC) : this(C4dApiPINVOKE.new_RayHitID__SWIG_1(SWIGTYPE_p__DONTCONSTRUCT.getCPtr(DC)), true)
 {
     if (C4dApiPINVOKE.SWIGPendingException.Pending)
     {
         throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #4
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p__DONTCONSTRUCT obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }