Пример #1
0
 public void SetAutomaticTangentMode(CCurve seq, SWIGTYPE_p_CAUTOMODE autoMode)
 {
     C4dApiPINVOKE.CKey_SetAutomaticTangentMode(swigCPtr, CCurve.getCPtr(seq), SWIGTYPE_p_CAUTOMODE.getCPtr(autoMode));
     if (C4dApiPINVOKE.SWIGPendingException.Pending)
     {
         throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_CAUTOMODE obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Пример #3
0
        public SWIGTYPE_p_CAUTOMODE GetAutomaticTangentMode()
        {
            SWIGTYPE_p_CAUTOMODE ret = new SWIGTYPE_p_CAUTOMODE(C4dApiPINVOKE.CKey_GetAutomaticTangentMode(swigCPtr), true);

            return(ret);
        }