예제 #1
0
        public bool Init(SplineObject op)
        {
            bool ret = C4dApiPINVOKE.SplineLengthData_Init__SWIG_2(swigCPtr, SplineObject.getCPtr(op));

            return(ret);
        }
예제 #2
0
 private global::System.IntPtr SwigDirectorGetContour(global::System.IntPtr op, global::System.IntPtr doc, double lod, global::System.IntPtr bt)
 {
     return(SplineObject.getCPtr(GetContour((op == global::System.IntPtr.Zero) ? null : new BaseObject(op, false), (doc == global::System.IntPtr.Zero) ? null : new BaseDocument(doc, false), lod, (bt == global::System.IntPtr.Zero) ? null : new BaseThread(bt, false))).Handle);
 }
예제 #3
0
        public bool Init(SplineObject op, int segment, ref Fusee.Math.Core.double3 /* Vector*&_cstype */ padr)
        {
            bool ret = C4dApiPINVOKE.SplineLengthData_Init__SWIG_0(swigCPtr, SplineObject.getCPtr(op), segment, ref padr /* Vector*&_csin */);

            return(ret);
        }