コード例 #1
0
ファイル: PointObject.cs プロジェクト: reliefpfeiler42/Fusee
        public SWIGTYPE_p_Float32 CalcVertexMap(BaseObject modifier)
        {
            global::System.IntPtr cPtr = C4dApiPINVOKE.PointObject_CalcVertexMap(swigCPtr, BaseObject.getCPtr(modifier));
            SWIGTYPE_p_Float32    ret  = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_Float32(cPtr, false);

            return(ret);
        }
コード例 #2
0
ファイル: VertexMapTag.cs プロジェクト: reliefpfeiler42/Fusee
        public SWIGTYPE_p_Float32 GetDataAddressW()
        {
            global::System.IntPtr cPtr = C4dApiPINVOKE.VertexMapTag_GetDataAddressW(swigCPtr);
            SWIGTYPE_p_Float32    ret  = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_Float32(cPtr, false);

            return(ret);
        }
コード例 #3
0
        public bool ReadFloat32(SWIGTYPE_p_Float32 v)
        {
            bool ret = C4dApiPINVOKE.BaseFile_ReadFloat32(swigCPtr, SWIGTYPE_p_Float32.getCPtr(v));

            return(ret);
        }
コード例 #4
0
 public void DrawXORPolyLine(SWIGTYPE_p_Float32 p, int cnt)
 {
     C4dApiPINVOKE.BaseDraw_DrawXORPolyLine(swigCPtr, SWIGTYPE_p_Float32.getCPtr(p), cnt);
 }
コード例 #5
0
 public void DrawPointArray(int cnt, SWIGTYPE_p_Vector32 vp, SWIGTYPE_p_Float32 vc)
 {
     C4dApiPINVOKE.BaseDraw_DrawPointArray__SWIG_2(swigCPtr, cnt, SWIGTYPE_p_Vector32.getCPtr(vp), SWIGTYPE_p_Float32.getCPtr(vc));
 }
コード例 #6
0
 public void GetWeightMap(int index, SWIGTYPE_p_Float32 map, int cnt)
 {
     C4dApiPINVOKE.CAWeightTag_GetWeightMap(swigCPtr, index, SWIGTYPE_p_Float32.getCPtr(map), cnt);
 }
コード例 #7
0
        public bool SetWeightMap(int index, SWIGTYPE_p_Float32 map, int cnt)
        {
            bool ret = C4dApiPINVOKE.CAWeightTag_SetWeightMap(swigCPtr, index, SWIGTYPE_p_Float32.getCPtr(map), cnt);

            return(ret);
        }
コード例 #8
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_Float32 obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }