Exemplo n.º 1
0
 public void VBOUpdateFaceVector(int i, SWIGTYPE_p_Vector32 v, SWIGTYPE_p_GlVertexBufferAttributeInfo pInfo)
 {
     C4dApiPINVOKE.PolygonObject_VBOUpdateFaceVector(swigCPtr, i, SWIGTYPE_p_Vector32.getCPtr(v), SWIGTYPE_p_GlVertexBufferAttributeInfo.getCPtr(pInfo));
     if (C4dApiPINVOKE.SWIGPendingException.Pending)
     {
         throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 2
0
        public bool WriteVector32(SWIGTYPE_p_Vector32 v)
        {
            bool ret = C4dApiPINVOKE.BaseFile_WriteVector32(swigCPtr, SWIGTYPE_p_Vector32.getCPtr(v));

            if (C4dApiPINVOKE.SWIGPendingException.Pending)
            {
                throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 3
0
        public SWIGTYPE_p_GlFrameBuffer GetHighlightFramebuffer(SWIGTYPE_p_Vector32 vMin)
        {
            global::System.IntPtr    cPtr = C4dApiPINVOKE.BaseDraw_GetHighlightFramebuffer__SWIG_1(swigCPtr, SWIGTYPE_p_Vector32.getCPtr(vMin));
            SWIGTYPE_p_GlFrameBuffer ret  = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_GlFrameBuffer(cPtr, false);

            if (C4dApiPINVOKE.SWIGPendingException.Pending)
            {
                throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 4
0
        public bool ReadVector32(SWIGTYPE_p_Vector32 v)
        {
            bool ret = C4dApiPINVOKE.BaseFile_ReadVector32(swigCPtr, SWIGTYPE_p_Vector32.getCPtr(v));

            return(ret);
        }
Exemplo n.º 5
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_Vector32 obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Exemplo n.º 6
0
 public void DrawPointArray(int cnt, SWIGTYPE_p_Vector32 vp)
 {
     C4dApiPINVOKE.BaseDraw_DrawPointArray__SWIG_3(swigCPtr, cnt, SWIGTYPE_p_Vector32.getCPtr(vp));
 }
Exemplo n.º 7
0
 public void DrawPointArray(int cnt, SWIGTYPE_p_Vector32 vp, SWIGTYPE_p_Float32 vc, int colcnt)
 {
     C4dApiPINVOKE.BaseDraw_DrawPointArray__SWIG_1(swigCPtr, cnt, SWIGTYPE_p_Vector32.getCPtr(vp), SWIGTYPE_p_Float32.getCPtr(vc), colcnt);
 }