示例#1
0
        public static SplineLengthData Alloc()
        {
            global::System.IntPtr cPtr = C4dApiPINVOKE.SplineLengthData_Alloc();
            SplineLengthData      ret  = (cPtr == global::System.IntPtr.Zero) ? null : new SplineLengthData(cPtr, false);

            return(ret);
        }
示例#2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SplineLengthData obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }